Searched refs:ucol_getBound (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dicuin40shim.cpp48 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, status);
H A Dcoll.cpp472 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
H A Ducol.cpp238 ucol_getBound(const uint8_t *source, function
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ducol.h1016 /** enum that is taken by ucol_getBound API
1071 ucol_getBound(const uint8_t *source,
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h828 /** enum that is taken by ucol_getBound API
883 ucol_getBound(const uint8_t *source,
H A Durename.h715 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Ducol.h828 /** enum that is taken by ucol_getBound API
883 ucol_getBound(const uint8_t *source,
H A Durename.h715 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c1598 lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1599 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status);
1619 lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1620 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1640 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1641 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h699 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dapicoll.cpp1878 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1879 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h715 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro

Completed in 164 milliseconds