Searched refs:posixID (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | putil.cpp | 1514 const char* posixID = NULL; local 1534 posixID = setlocale(category, NULL); 1535 if ((posixID == 0) 1536 || (uprv_strcmp("C", posixID) == 0) 1537 || (uprv_strcmp("POSIX", posixID) == 0)) 1540 posixID = getenv("LC_ALL"); 1545 if ((posixID == 0) || (posixID[0] == '\0')) { 1546 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE"); 1547 if ((posixID == 0) || (posixID[0] == '\0')) { 1549 if (posixID == 0) { [all …]
|
D | locmap.cpp | 69 const char * const posixID; member 95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \ argument 98 {hostID, #posixID}, \ 982 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) in getHostID() argument 986 int32_t posixIDlen = (int32_t)uprv_strlen(posixID); in getHostID() 990 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID); in getHostID() 991 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) { in getHostID() 1002 if ((posixID[bestIdxDiff] == '_' || posixID[bestIdxDiff] == '@') in getHostID() 1003 && this_0->regionMaps[bestIdx].posixID[bestIdxDiff] == 0) in getHostID() 1022 return this_0->regionMaps[i].posixID; in getPosixID() [all …]
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC… 37 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
|
D | locid.cpp | 764 void Locale::setFromPOSIXID(const char *posixID) in setFromPOSIXID() argument 766 init(posixID, TRUE); in setFromPOSIXID()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 718 void setFromPOSIXID(const char *posixID);
|