Home
last modified time | relevance | path

Searched refs:uprv_convertToPosix (Results 1 – 11 of 11) sorted by relevance

/external/icu/libicu/cts_headers/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
/external/icu/icu4c/source/common/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Dlocmap.cpp1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() function
Duloc.cpp2053 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
/external/icu/icu4c/source/test/intltest/
Dwinutil.cpp60 …localeIDLen = uprv_convertToPosix(lcidRecords[lcidCount].lcid, localeID, UPRV_LENGTHOF(localeID), … in EnumLocalesProc()
Dloctest.cpp5318 uprv_convertToPosix(hostid, posixID, BUFFER_SIZE, &status); in TestBug13554()
/external/icu/libicu/cts_headers/unicode/
Durename.h1321 #define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1321 #define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1321 #define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1321 #define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) macro
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c471 len = uprv_convertToPosix(expectedLCID, lcidStringC, UPRV_LENGTHOF(lcidStringC) - 1, &status); in testLCID()