HomeSort by relevance Sort by last modified time
    Searched defs:langID (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/win/
LanguageWin.cpp 35 LANGID langID = GetUserDefaultUILanguage();
36 int localeChars = GetLocaleInfo(langID, localeType, 0, 0);
41 localeChars = GetLocaleInfo(langID, localeType, localeNameBuf, localeChars);
  /external/icu4c/common/
locmap.c 885 uint16_t langID;
900 langID = LANGUAGE_LCID(hostid);
904 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
921 // langID is separate so that this file doesn't depend on the uloc_* API.
927 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
942 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
955 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID)
    [all...]
uloc.c     [all...]

Completed in 775 milliseconds