Searched refs:uloc_getLocaleForLCID (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/unicode/ |
D | uloc.h | 985 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
|
D | urename.h | 1051 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 2998 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/ |
D | uloc.c | 2119 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function
|