Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java531 private static boolean allValuesSameAs(int[] p, int pi, int length, int value) { in allValuesSameAs() method in MutableCodePointTrie
890 if (allValuesSameAs(data, dataIndex, blockLength, blockValue)) { in findEntry()
946 if (allValuesSameAs(data, p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java523 private static boolean allValuesSameAs(int[] p, int pi, int length, int value) { in allValuesSameAs() method in MutableCodePointTrie
882 if (allValuesSameAs(data, dataIndex, blockLength, blockValue)) { in findEntry()
938 if (allValuesSameAs(data, p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch57 @@ -585,36 +568,6 @@ bool allValuesSameAs(const uint32_t *p, int32_t length, uint32_t value) {
271 + if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) {
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp584 bool allValuesSameAs(const uint32_t *p, int32_t length, uint32_t value) { in allValuesSameAs() function
901 if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) { in findEntry()
953 if (allValuesSameAs(p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp584 bool allValuesSameAs(const uint32_t *p, int32_t length, uint32_t value) { in allValuesSameAs() function
901 if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) { in findEntry()
953 if (allValuesSameAs(p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp579 bool allValuesSameAs(const uint32_t *p, int32_t length, uint32_t value) { in allValuesSameAs() function
896 if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) { in findEntry()
948 if (allValuesSameAs(p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp584 bool allValuesSameAs(const uint32_t *p, int32_t length, uint32_t value) { in allValuesSameAs() function
901 if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) { in findEntry()
953 if (allValuesSameAs(p + 1, blockLength - 1, value)) { in compactWholeDataBlocks()