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

/external/icu/icu4c/source/common/unicode/
H A Duloc.h1013 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
H A Durename.h1050 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp147 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3125 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3127 log_err(" unexpected result from uloc_getLocaleForLCID with small buffer: %s\n", u_errorName(status));
3133 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3135 log_err(" unexpected result from uloc_getLocaleForLCID(0x0409): %s\n", u_errorName(status));
3140 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);
3143 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status);
3145 log_err(" unexpected result from uloc_getLocaleForLCID(0x12345): %s, status %s\n", temp2, u_errorName(status));
3157 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3159 log_err(" unexpected failure of uloc_getLocaleForLCID(%#04x), status %s\n", lcid, u_errorName(status));
3165 log_err(" returned length %d not correct for uloc_getLocaleForLCID(
[all...]
/external/icu/icu4c/source/common/
H A Duloc.cpp2148 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity,

Completed in 108 milliseconds