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

/external/icu4c/common/unicode/
H A Duloc.h985 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
H A Durename.h1040 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/external/icu4c/test/cintltst/
H A Dcloctst.c2856 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
2858 log_err(" unexpected result from uloc_getLocaleForLCID with small buffer: %s\n", u_errorName(status));
2864 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
2866 log_err(" unexpected result from uloc_getLocaleForLCID(0x0409): %s\n", u_errorName(status));
2871 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);
2874 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status);
2876 log_err(" unexpected result from uloc_getLocaleForLCID(0x12345): %s, status %s\n", temp2, u_errorName(status));
2888 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
2890 log_err(" unexpected failure of uloc_getLocaleForLCID(%#04x), status %s\n", lcid, u_errorName(status));
2896 log_err(" returned length %d not correct for uloc_getLocaleForLCID(
[all...]
/external/icu4c/common/
H A Duloc.c2110 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, function

Completed in 62 milliseconds