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

  /external/chromium/third_party/icu/source/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
locmap.c 800 uint16_t langID = LANGUAGE_LCID(hostid);
805 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
822 // langID is separate so that this file doesn't depend on the uloc_* API.
828 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
843 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
856 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);
uloc.c     [all...]
  /external/icu4c/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
locmap.c 882 uint16_t langID;
897 langID = LANGUAGE_LCID(hostid);
901 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
918 // langID is separate so that this file doesn't depend on the uloc_* API.
924 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
939 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
952 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);
    [all...]
uloc.c     [all...]
  /external/webkit/WebCore/platform/win/
Language.cpp 36 LANGID langID = GetUserDefaultUILanguage();
37 int localeChars = GetLocaleInfo(langID, localeType, 0, 0);
42 localeChars = GetLocaleInfo(langID, localeType, localeNameBuf, localeChars);

Completed in 216 milliseconds