Home
last modified time | relevance | path

Searched defs:shiftedHashCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java868 int shiftedHashCode = hashCode << shift; in findEntry() local
890 int shiftedHashCode = hashCode << shift; in findEntry() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java861 int shiftedHashCode = hashCode << shift; in findEntry() local
883 int shiftedHashCode = hashCode << shift; in findEntry() local
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp869 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
887 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local