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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h1008 /** enum that is taken by ucol_getBound API
1063 ucol_getBound(const uint8_t *source,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1024 /** enum that is taken by ucol_getBound API
1079 ucol_getBound(const uint8_t *source,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1596 lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1597 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status);
1617 lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1618 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1638 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1639 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp579 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
H A Ducol.cpp6061 ucol_getBound(const uint8_t *source, function
/external/icu/icu4c/source/i18n/
H A Ducol.cpp238 ucol_getBound(const uint8_t *source, function
H A Dcoll.cpp648 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1804 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1805 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h699 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1887 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1888 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h721 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro

Completed in 2013 milliseconds