Searched refs:calcKeyIncremental (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.cpp1084 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf, int32_t /*keyBufLen*/, UErrorCode& status) { function
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp1175 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf, int32_t /*keyBufLen*/, UErrorCode& status) { function
1230 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1235 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);

Completed in 59 milliseconds