Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocmap.c62 const char * const posixID; member
88 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \ argument
800 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status) in getHostID()
927 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) in uprv_convertToLCID()
Dputil.c1263 const char* posixID; member
1367 const char* posixID = NULL; in uprv_getPOSIXIDForCategory() local
1417 static const char* posixID = NULL; in uprv_getPOSIXIDForDefaultLocale() local
1429 static const char* posixID = NULL; in uprv_getPOSIXIDForDefaultCodepage() local
1465 const char* posixID = uprv_getPOSIXIDForDefaultLocale(); in uprv_getDefaultLocaleID() local
Dlocid.cpp753 void Locale::setFromPOSIXID(const char *posixID) in setFromPOSIXID()