/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MutableCodePointTrie.java | 765 int hashCode = makeHashCode(data, start); in extend() 778 int hashCode = makeHashCode(data, start); in extend() 784 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 794 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 804 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 814 int hashCode = makeHashCode(blockValue); in findAllSameBlock() 823 private int makeHashCode(int[] blockData, int blockStart) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks 832 private int makeHashCode(char[] blockData, int blockStart) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks 841 private int makeHashCode(int blockValue) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | MutableCodePointTrie.java | 757 int hashCode = makeHashCode(data, start); in extend() 770 int hashCode = makeHashCode(data, start); in extend() 776 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 786 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 796 int hashCode = makeHashCode(blockData, blockStart); in findBlock() 806 int hashCode = makeHashCode(blockValue); in findAllSameBlock() 815 private int makeHashCode(int[] blockData, int blockStart) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks 824 private int makeHashCode(char[] blockData, int blockStart) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks 833 private int makeHashCode(int blockValue) { in makeHashCode() method in MutableCodePointTrie.MixedBlocks
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | uniset_perf.patch | 187 + uint32_t hashCode = makeHashCode(data, start); 194 + uint32_t hashCode = makeHashCode(blockData, blockStart); 204 + uint32_t hashCode = makeHashCode(blockValue); 215 + uint32_t makeHashCode(const UInt *blockData, int32_t blockStart) const { 224 + uint32_t makeHashCode(uint32_t blockValue) const {
|
/third_party/node/deps/icu-small/source/common/ |
D | umutablecptrie.cpp | 817 uint32_t hashCode = makeHashCode(data, start); in extend() 824 uint32_t hashCode = makeHashCode(blockData, blockStart); in findBlock() 834 uint32_t hashCode = makeHashCode(blockValue); in findAllSameBlock() 845 uint32_t makeHashCode(const UInt *blockData, int32_t blockStart) const { in makeHashCode() function in __anon484428f90111::MixedBlocks 854 uint32_t makeHashCode(uint32_t blockValue) const { in makeHashCode() function in __anon484428f90111::MixedBlocks
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | umutablecptrie.cpp | 817 uint32_t hashCode = makeHashCode(data, start); in extend() 824 uint32_t hashCode = makeHashCode(blockData, blockStart); in findBlock() 834 uint32_t hashCode = makeHashCode(blockValue); in findAllSameBlock() 845 uint32_t makeHashCode(const UInt *blockData, int32_t blockStart) const { in makeHashCode() function in __anon3e5b45780111::MixedBlocks 854 uint32_t makeHashCode(uint32_t blockValue) const { in makeHashCode() function in __anon3e5b45780111::MixedBlocks
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | umutablecptrie.cpp | 812 uint32_t hashCode = makeHashCode(data, start); in extend() 819 uint32_t hashCode = makeHashCode(blockData, blockStart); in findBlock() 829 uint32_t hashCode = makeHashCode(blockValue); in findAllSameBlock() 840 uint32_t makeHashCode(const UInt *blockData, int32_t blockStart) const { in makeHashCode() function in __anon00fc0a6d0111::MixedBlocks 849 uint32_t makeHashCode(uint32_t blockValue) const { in makeHashCode() function in __anon00fc0a6d0111::MixedBlocks
|
/third_party/icu/icu4c/source/common/ |
D | umutablecptrie.cpp | 817 uint32_t hashCode = makeHashCode(data, start); in extend() 824 uint32_t hashCode = makeHashCode(blockData, blockStart); in findBlock() 834 uint32_t hashCode = makeHashCode(blockValue); in findAllSameBlock() 845 uint32_t makeHashCode(const UInt *blockData, int32_t blockStart) const { in makeHashCode() function in __anonee8a190a0111::MixedBlocks 854 uint32_t makeHashCode(uint32_t blockValue) const { in makeHashCode() function in __anonee8a190a0111::MixedBlocks
|