Lines Matching refs:calcKeyIncremental
1084 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf, int32_t /*keyBufLen*/, UErrorCode& status) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);