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

/external/icu4c/common/
H A Dlocmap.h34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
H A Dlocmap.c885 uint16_t langID; local
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) argument
942 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
955 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);
H A Duloc.c2099 char langID[ULOC_FULLNAME_CAPACITY]; local
2101 uloc_getLanguage(localeID, langID, sizeof(langID), &status);
2106 return uprv_convertToLCID(langID, localeID, &status);
/external/webkit/Source/WebCore/platform/win/
H A DLanguageWin.cpp35 LANGID langID = GetUserDefaultUILanguage(); local
36 int localeChars = GetLocaleInfo(langID, localeType, 0, 0);
41 localeChars = GetLocaleInfo(langID, localeType, localeNameBuf, localeChars);

Completed in 80 milliseconds