Home
last modified time | relevance | path

Searched refs:localeIdMatchesLang (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp668 static bool inline localeIdMatchesLang(const AtomicString& localeId, const char* lang) in localeIdMatchesLang() function
717 if (localeIdMatchesLang(localeIdentifier, "tr") || localeIdMatchesLang(localeIdentifier, "az")) in lower()
719 else if (localeIdMatchesLang(localeIdentifier, "lt")) in lower()
740 if (localeIdMatchesLang(localeIdentifier, "tr") || localeIdMatchesLang(localeIdentifier, "az")) in upper()
742 else if (localeIdMatchesLang(localeIdentifier, "el")) in upper()
744 else if (localeIdMatchesLang(localeIdentifier, "lt")) in upper()