Searched defs:posixID (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dlocmap.c62 const char * const posixID; member in struct:ILcidPosixElement
86 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
88 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
91 {hostID, #posixID}, \
103 * Create the map for the posixID. This macro supposes that the language string
800 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) argument
804 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
808 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
809 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChar
927 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) argument
[all...]
H A Dlocid.cpp753 void Locale::setFromPOSIXID(const char *posixID) argument
755 init(posixID, TRUE);
H A Dputil.c1263 const char* posixID; member in struct:__anon4623
1367 const char* posixID = NULL; local
1387 posixID = setlocale(category, NULL);
1388 if ((posixID == 0)
1389 || (uprv_strcmp("C", posixID) == 0)
1390 || (uprv_strcmp("POSIX", posixID) == 0))
1393 posixID = getenv("LC_ALL");
1394 if (posixID == 0) {
1395 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1396 if (posixID
1417 static const char* posixID = NULL; local
1429 static const char* posixID = NULL; local
1465 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
[all...]

Completed in 285 milliseconds