Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocmap.c69 const char * const posixID; member
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \ argument
905 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) in getHostID()
980 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix()
1070 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) in uprv_convertToLCID()
Dputil.cpp1359 const char* posixID = NULL; in uprv_getPOSIXIDForCategory() local
1409 static const char* posixID = NULL; in uprv_getPOSIXIDForDefaultLocale() local
1422 static const char* posixID = NULL; in uprv_getPOSIXIDForDefaultCodepage() local
1459 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); in uprv_getDefaultLocaleID() local
Dlocid.cpp754 void Locale::setFromPOSIXID(const char *posixID) in setFromPOSIXID()