Searched refs:uloc_getLocaleForLCID (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/unicode/ |
D | udraft.h | 95 # define uloc_getLocaleForLCID uloc_getLocaleForLCID_DRAFT_API_DO_NOT_USE macro
|
D | uloc.h | 926 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
|
D | urename.h | 907 #define uloc_getLocaleForLCID uloc_getLocaleForLCID_3_8 macro
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 2701 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/ |
D | uloc.c | 2008 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function
|