Searched refs:ucol_getBound (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/test/cintltst/ |
D | capitst.c | 1433 … lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1434 … upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status); in TestBounds() 1452 … lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1453 … upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1473 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1474 … upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
|
/external/icu4c/i18n/unicode/ |
D | ucol.h | 785 ucol_getBound(const uint8_t *source,
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | ucol.h | 783 ucol_getBound(const uint8_t *source,
|
D | urename.h | 563 #define ucol_getBound ucol_getBound_3_2 macro
|
/external/webkit/WebCore/icu/unicode/ |
D | ucol.h | 783 ucol_getBound(const uint8_t *source,
|
D | urename.h | 563 #define ucol_getBound ucol_getBound_3_2 macro
|
/external/icu4c/i18n/ |
D | coll.cpp | 551 … return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status); in getBound()
|
D | ucol.cpp | 6264 ucol_getBound(const uint8_t *source, in ucol_getBound() function
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 1784 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1785 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | urename.h | 563 #define ucol_getBound ucol_getBound_3_2 macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | urename.h | 563 #define ucol_getBound ucol_getBound_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 636 #define ucol_getBound ucol_getBound_3_8 macro
|