Searched defs:equalBlocks (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MutableCodePointTrie.java | 504 private static boolean equalBlocks(int[] s, int si, int[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie 513 private static boolean equalBlocks(char[] s, int si, int[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie 522 private static boolean equalBlocks(char[] s, int si, char[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | MutableCodePointTrie.java | 496 private static boolean equalBlocks(int[] s, int si, int[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie 505 private static boolean equalBlocks(char[] s, int si, int[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie 514 private static boolean equalBlocks(char[] s, int si, char[] t, int ti, int length) { in equalBlocks() method in MutableCodePointTrie
|
/third_party/node/deps/icu-small/source/common/ |
D | umutablecptrie.cpp | 575 bool equalBlocks(const UIntA *s, const UIntB *t, int32_t length) { in equalBlocks() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | umutablecptrie.cpp | 575 bool equalBlocks(const UIntA *s, const UIntB *t, int32_t length) { in equalBlocks() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | umutablecptrie.cpp | 570 bool equalBlocks(const UIntA *s, const UIntB *t, int32_t length) { in equalBlocks() function
|
/third_party/icu/icu4c/source/common/ |
D | umutablecptrie.cpp | 575 bool equalBlocks(const UIntA *s, const UIntB *t, int32_t length) { in equalBlocks() function
|