HomeSort by relevance Sort by last modified time
    Searched full:calckeyincremental (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
regcoll.cpp 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);
    [all...]

Completed in 764 milliseconds