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

/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c64 const char * const posixID; member in struct:ILcidPosixElement
88 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
90 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
93 {hostID, #posixID}, \
105 * Create the map for the posixID. This macro supposes that the language string
802 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) argument
806 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
810 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
811 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChar
929 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.c1271 const char* posixID; member in struct:__anon10802
1375 const char* posixID = NULL; local
1395 posixID = setlocale(category, NULL);
1396 if ((posixID == 0)
1397 || (uprv_strcmp("C", posixID) == 0)
1398 || (uprv_strcmp("POSIX", posixID) == 0))
1401 posixID = getenv("LC_ALL");
1402 if (posixID == 0) {
1403 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1404 if (posixID
1425 static const char* posixID = NULL; local
1437 static const char* posixID = NULL; local
1473 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
[all...]
/external/icu4c/common/
H A Dlocmap.c70 const char * const posixID; member in struct:ILcidPosixElement
94 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
96 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
99 {hostID, #posixID}, \
111 * Create the map for the posixID. This macro supposes that the language string
903 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) argument
907 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
911 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
912 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChar
1030 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) argument
[all...]
H A Dlocid.cpp687 void Locale::setFromPOSIXID(const char *posixID) argument
689 init(posixID, TRUE);
H A Dputil.cpp1302 const char* posixID; member in struct:__anon18114
1406 const char* posixID = NULL; local
1426 posixID = setlocale(category, NULL);
1427 if ((posixID == 0)
1428 || (uprv_strcmp("C", posixID) == 0)
1429 || (uprv_strcmp("POSIX", posixID) == 0))
1432 posixID = getenv("LC_ALL");
1433 if (posixID == 0) {
1434 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1435 if (posixID
1456 static const char* posixID = NULL; local
1469 static const char* posixID = NULL; local
1506 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
[all...]

Completed in 142 milliseconds