Searched refs:hashUChar32 (Results 1 – 1 of 1) sorted by relevance
366 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