Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java366 h = hashUChar32(h, startCodePoint); in hashCode()
367 h = hashUChar32(h, endCodePoint); in hashCode()
1034 private static int hashUChar32(int h, int c) { in hashUChar32() method in Trie2