Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dudraft.h95 # define uloc_getLocaleForLCID uloc_getLocaleForLCID_DRAFT_API_DO_NOT_USE macro
Duloc.h926 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
Durename.h907 #define uloc_getLocaleForLCID uloc_getLocaleForLCID_3_8 macro
/external/icu4c/test/cintltst/
Dcloctst.c2701 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID()
2709 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
2719 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
2733 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
/external/icu4c/common/
Duloc.c2008 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function