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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duloc.h994 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity,
H A Durename.h1027 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/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
/macosx-10.10.1/WTF-7600.1.24/icu/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
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dwinnmfmt.cpp147 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c3119 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3121 log_err(" unexpected result from uloc_getLocaleForLCID with small buffer: %s\n", u_errorName(status));
3127 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3129 log_err(" unexpected result from uloc_getLocaleForLCID(0x0409): %s\n", u_errorName(status));
3134 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);
3137 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeof(char), &status);
3139 log_err(" unexpected result from uloc_getLocaleForLCID(0x12345): %s, status %s\n", temp2, u_errorName(status));
3151 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3153 log_err(" unexpected failure of uloc_getLocaleForLCID(%#04x), status %s\n", lcid, u_errorName(status));
3159 log_err(" returned length %d not correct for uloc_getLocaleForLCID(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc.cpp2149 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity,
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1040 #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) macro

Completed in 380 milliseconds