Home
last modified time | relevance | path

Searched refs:shiftedHashCode (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java859 int shiftedHashCode = hashCode << shift; in findEntry()
866 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
881 int shiftedHashCode = hashCode << shift; in findEntry()
888 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java851 int shiftedHashCode = hashCode << shift; in findEntry()
858 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
873 int shiftedHashCode = hashCode << shift; in findEntry()
880 if ((entry & ~mask) == shiftedHashCode) { in findEntry()
/third_party/icu/icu4c/source/common/
H A 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/node/deps/icu-small/source/common/
H A 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/
H A 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()

Completed in 15 milliseconds