Searched refs:cachedCollatorShouldSortLowercaseFirst (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/unicode/icu/
H A DCollatorICU.cpp51 static bool cachedCollatorShouldSortLowercaseFirst; member in namespace:WTF
121 if (cachedCollator && localesMatch(cachedCollatorLocale, locale) && cachedCollatorShouldSortLowercaseFirst == shouldSortLowercaseFirst) {
156 cachedCollatorShouldSortLowercaseFirst = m_shouldSortLowercaseFirst;

Completed in 110 milliseconds