Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java365 h = hashByte(h, leadSurrogate? 1: 0); in hashCode()
1032 private static int hashByte(int h, int b) { in hashByte() method in Trie2
1039 h = Trie2.hashByte(h, c & 255); in hashUChar32()
1040 h = Trie2.hashByte(h, (c>>8) & 255); in hashUChar32()
1041 h = Trie2.hashByte(h, c>>16); in hashUChar32()
1046 h = Trie2.hashByte(h, i & 255); in hashInt()
1047 h = Trie2.hashByte(h, (i>>8) & 255); in hashInt()
1048 h = Trie2.hashByte(h, (i>>16) & 255); in hashInt()
1049 h = Trie2.hashByte(h, (i>>24) & 255); in hashInt()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrie2.java368 h = hashByte(h, leadSurrogate? 1: 0); in hashCode()
1038 private static int hashByte(int h, int b) { in hashByte() method in Trie2
1045 h = Trie2.hashByte(h, c & 255); in hashUChar32()
1046 h = Trie2.hashByte(h, (c>>8) & 255); in hashUChar32()
1047 h = Trie2.hashByte(h, c>>16); in hashUChar32()
1052 h = Trie2.hashByte(h, i & 255); in hashInt()
1053 h = Trie2.hashByte(h, (i>>8) & 255); in hashInt()
1054 h = Trie2.hashByte(h, (i>>16) & 255); in hashInt()
1055 h = Trie2.hashByte(h, (i>>24) & 255); in hashInt()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...