Home
last modified time | relevance | path

Searched refs:uloc_getLocaleForLCID (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Duloc.h985 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
Durename.h1051 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/external/icu4c/test/cintltst/
Dcloctst.c2998 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID()
3006 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
3016 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
3030 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
/external/icu4c/common/
Duloc.c2119 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function