Searched refs:ucol_getKeywordValues (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ducol.h836 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h648 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
H A Durename.h722 #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducol.h648 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
H A Durename.h722 #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducol.h648 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
H A Durename.h722 #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) macro
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol_res.cpp398 ucol_getKeywordValues(const char *keyword, UErrorCode *status) { function
H A Dcoll.cpp706 // This is a wrapper over ucol_getKeywordValues
707 UEnumeration* uenum = ucol_getKeywordValues(keyword, &status);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durename.h705 #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) macro
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c2342 if (ucol_getKeywordValues("funky", &status) != NULL) {
2348 if (ucol_getKeywordValues("collation", &status) != NULL) {
2349 log_err("ucol_getKeywordValues should not work when given a bad status.\n");
H A Dcallcoll.c1320 values = ucol_getKeywordValues("collation", &status);
H A Dcmsccoll.c3190 e = ucol_getKeywordValues(KW[0], &ec);
3192 assertSuccess("ucol_getKeywordValues", &ec);
3193 assertTrue("ucol_getKeywordValues!=0", e!=0);
3194 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL));
3198 log_data_err("Error calling ucol_getKeywordValues() -> %s (Are you missing data?)\n", u_errorName(ec));
3201 /* Try setting a warning before calling ucol_getKeywordValues */
3203 e = ucol_getKeywordValues(KW[0], &ec);
3204 if (assertSuccess("ucol_getKeywordValues [with warning code set]", &ec)) {
3205 assertTrue("ucol_getKeywordValues!=0 [with warning code set]", e!=0);
3206 n = checkUEnumeration("ucol_getKeywordValues [wit
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h722 #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) macro

Completed in 411 milliseconds