Searched refs:ucol_openAvailableLocales (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ducol.h809 ucol_openAvailableLocales(UErrorCode *status);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h621 ucol_openAvailableLocales(UErrorCode *status);
H A Durename.h764 #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducol.h621 ucol_openAvailableLocales(UErrorCode *status);
H A Durename.h764 #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducol.h621 ucol_openAvailableLocales(UErrorCode *status);
H A Durename.h764 #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) macro
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol_res.cpp364 ucol_openAvailableLocales(UErrorCode *status) { function
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durename.h733 #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h764 #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) macro
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c3166 e = ucol_openAvailableLocales(&ec);
3168 assertSuccess("ucol_openAvailableLocales", &ec);
3169 assertTrue("ucol_openAvailableLocales!=0", e!=0);
3170 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL));
3175 log_data_err("Error calling ucol_openAvailableLocales() -> %s (Are you missing data?)\n", u_errorName(ec));

Completed in 546 milliseconds