Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch244 + uint32_t shiftedHashCode = hashCode << shift;
251 + if ((entry & ~mask) == shiftedHashCode) {
262 + uint32_t shiftedHashCode = hashCode << shift;
269 + if ((entry & ~mask) == shiftedHashCode) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java859 int shiftedHashCode = hashCode << shift; in findEntry() local
866 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
881 int shiftedHashCode = hashCode << shift; in findEntry() local
888 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java851 int shiftedHashCode = hashCode << shift; in findEntry() local
858 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
873 int shiftedHashCode = hashCode << shift; in findEntry() local
880 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp874 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
881 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
892 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
899 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp874 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
881 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
892 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
899 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp869 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
876 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
887 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
894 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp874 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
881 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
892 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
899 if ((entry & ~mask) == shiftedHashCode) { in findEntry()