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

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1039 /** enum that is taken by ucol_getBound API
1094 ucol_getBound(const uint8_t *source,
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1620 lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1621 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status);
1641 lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1642 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1662 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1663 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/icu/icu4c/source/i18n/
H A Ducol.cpp238 ucol_getBound(const uint8_t *source, function
H A Dcoll.cpp649 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h706 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1872 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1873 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);

Completed in 239 milliseconds