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

/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c75 const char * const posixID; member in struct:ILcidPosixElement
99 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
101 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
104 {hostID, #posixID}, \
116 * Create the map for the posixID. This macro supposes that the language string
913 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) argument
917 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
921 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
922 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChar
988 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) argument
1078 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.cpp1312 const char* posixID; member in struct:__anon11921
1416 const char* posixID = NULL; local
1436 posixID = setlocale(category, NULL);
1437 if ((posixID == 0)
1438 || (uprv_strcmp("C", posixID) == 0)
1439 || (uprv_strcmp("POSIX", posixID) == 0))
1442 posixID = getenv("LC_ALL");
1443 if (posixID == 0) {
1444 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1445 if (posixID
1466 static const char* posixID = NULL; local
1479 static const char* posixID = NULL; local
1516 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
[all...]
/external/icu/icu4c/source/common/
H A Dlocmap.c69 const char * const posixID; member in struct:ILcidPosixElement
93 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
98 {hostID, #posixID}, \
110 * Create the map for the posixID. This macro supposes that the language string
908 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) argument
912 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
916 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
917 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChar
983 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) argument
1073 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.cpp1312 const char* posixID; member in struct:__anon21711
1416 const char* posixID = NULL; local
1436 posixID = setlocale(category, NULL);
1437 if ((posixID == 0)
1438 || (uprv_strcmp("C", posixID) == 0)
1439 || (uprv_strcmp("POSIX", posixID) == 0))
1442 posixID = getenv("LC_ALL");
1443 if (posixID == 0) {
1444 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1445 if (posixID
1466 static const char* posixID = NULL; local
1479 static const char* posixID = NULL; local
1516 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
[all...]

Completed in 304 milliseconds