Searched refs:hostid (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dlocmap.h31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
H A Dlocmap.c883 uprv_convertToPosix(uint32_t hostid, UErrorCode* status) argument
892 ret = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)gPosixFromLCID, sizeof(gPosixFromLCID));
900 langID = LANGUAGE_LCID(hostid);
906 return getPosixID(&gPosixIDmap[localeIndex], hostid);
H A Duloc.c2110 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, argument
2114 const char *posix = uprv_convertToPosix(hostid, status);

Completed in 81 milliseconds