HomeSort by relevance Sort by last modified time
    Searched refs:calcKeyIncremental (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/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...]
  /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 482 milliseconds