Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocmap.c71 const char * const posixID; member
97 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \ argument
938 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) in getHostID()
1013 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix()
1110 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) in uprv_convertToLCID()
Dputil.cpp1406 const char* posixID = NULL; local
1465 static const char* posixID = NULL; local
1478 static const char* posixID = NULL; local
1515 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); local
Dlocid.cpp763 void Locale::setFromPOSIXID(const char *posixID) in setFromPOSIXID()