Home
last modified time | relevance | path

Searched refs:nextPair (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp157 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
239 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
264 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
303 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
316 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
356 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
369 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
412 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
425 rightPair = nextPair(tabl in compareUTF16()
856 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce, nextPair() function in CollationFastLatin
[all...]
H A Dcollationfastlatin.h228 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp157 leftPair = nextPair(table, c, leftPair, left, nullptr, leftIndex, leftLength); in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
239 leftPair = nextPair(table, c, leftPair, left, nullptr, leftIndex, leftLength); in compareUTF16()
264 rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
303 leftPair = nextPair(table, c, leftPair, left, nullptr, leftIndex, leftLength); in compareUTF16()
316 rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
356 leftPair = nextPair(table, c, leftPair, left, nullptr, leftIndex, leftLength); in compareUTF16()
369 rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
412 leftPair = nextPair(table, c, leftPair, left, nullptr, leftIndex, leftLength); in compareUTF16()
425 rightPair = nextPair(tabl in compareUTF16()
856 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce, nextPair() function in CollationFastLatin
[all...]
H A Dcollationfastlatin.h228 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp157 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
239 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
264 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
303 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
316 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
356 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
369 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
412 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength); in compareUTF16()
425 rightPair = nextPair(tabl in compareUTF16()
856 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce, nextPair() function in CollationFastLatin
[all...]
H A Dcollationfastlatin.h228 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java330 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
366 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
422 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
451 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
494 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
512 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
557 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
575 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
623 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
641 long pairAndInc = nextPair(tabl in compareUTF16()
685 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { nextPair() method in CollationFastLatin
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java334 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
370 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
426 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
455 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
498 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
516 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
561 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
579 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
627 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex); in compareUTF16()
645 long pairAndInc = nextPair(tabl in compareUTF16()
689 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { nextPair() method in CollationFastLatin
[all...]

Completed in 8 milliseconds