m_lowerFirst 60 Source/wtf/unicode/Collator.h bool m_lowerFirst; m_lowerFirst 85 Source/wtf/unicode/icu/CollatorICU.cpp m_lowerFirst = lowerFirst; m_lowerFirst 113 Source/wtf/unicode/icu/CollatorICU.cpp && ((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedCollatorLowerFirst && !m_lowerFirst))) { m_lowerFirst 128 Source/wtf/unicode/icu/CollatorICU.cpp ucol_setAttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST, &status);