Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/unicode/
Duloc.h985 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
Durename.h1040 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/external/icu4c/common/unicode/
Duloc.h988 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
Durename.h1051 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcloctst.c2856 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID()
2864 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
2874 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
2888 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
/external/icu4c/test/cintltst/
Dcloctst.c3033 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID()
3041 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
3051 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
3065 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status); in TestGetLocaleForLCID()
/external/chromium_org/third_party/icu/source/common/
Duloc.c2124 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function
/external/icu4c/common/
Duloc.cpp2102 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() function