Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java851 int shiftedHashCode = hashCode << shift; in findEntry() local
873 int shiftedHashCode = hashCode << shift; in findEntry() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java859 int shiftedHashCode = hashCode << shift; in findEntry() local
881 int shiftedHashCode = hashCode << shift; in findEntry() local
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp874 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local
892 uint32_t shiftedHashCode = hashCode << shift; in findEntry() local