Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp1179 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf,… in calcKeyIncremental() function
1234 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status); in TestT7189()
1239 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status); in TestT7189()