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

/external/chromium/third_party/icu/public/i18n/unicode/
H A Ducol.h754 /** enum that is taken by ucol_getBound API
809 ucol_getBound(const uint8_t *source,
/external/icu4c/i18n/unicode/
H A Ducol.h778 /** enum that is taken by ucol_getBound API
833 ucol_getBound(const uint8_t *source,
/external/webkit/JavaScriptCore/icu/unicode/
H A Ducol.h728 /** enum that is taken by ucol_getBound API
783 ucol_getBound(const uint8_t *source,
H A Durename.h563 #define ucol_getBound ucol_getBound_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Ducol.h728 /** enum that is taken by ucol_getBound API
783 ucol_getBound(const uint8_t *source,
H A Durename.h563 #define ucol_getBound ucol_getBound_3_2 macro
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcapitst.c1573 lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1574 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status);
1592 lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1593 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1613 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1614 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/icu4c/test/cintltst/
H A Dcapitst.c1551 lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1552 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status);
1570 lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1571 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1591 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1592 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/chromium/third_party/icu/source/i18n/
H A Dcoll.cpp574 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
H A Ducol.cpp6670 ucol_getBound(const uint8_t *source, function
/external/icu4c/i18n/
H A Dcoll.cpp574 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
H A Ducol.cpp6484 ucol_getBound(const uint8_t *source, function
/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1801 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1802 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/icu4c/test/intltest/
H A Dapicoll.cpp1755 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1756 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h563 #define ucol_getBound ucol_getBound_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h563 #define ucol_getBound ucol_getBound_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h711 #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h673 #define ucol_getBound ucol_getBound_4_2 macro

Completed in 313 milliseconds