Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java805 int findAllSameBlock(int[] data, int blockValue) { in findAllSameBlock() argument
806 int hashCode = makeHashCode(blockValue); in findAllSameBlock()
807 int entryIndex = findEntry(data, blockValue, hashCode); in findAllSameBlock()
833 private int makeHashCode(int blockValue) { in makeHashCode() argument
834 int hashCode = blockValue; in makeHashCode()
836 hashCode = 37 * hashCode + blockValue; in makeHashCode()
872 private int findEntry(int[] data, int blockValue, int hashCode) { in findEntry() argument
882 if (allValuesSameAs(data, dataIndex, blockLength, blockValue)) { in findEntry()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java813 int findAllSameBlock(int[] data, int blockValue) { in findAllSameBlock() argument
814 int hashCode = makeHashCode(blockValue); in findAllSameBlock()
815 int entryIndex = findEntry(data, blockValue, hashCode); in findAllSameBlock()
841 private int makeHashCode(int blockValue) { in makeHashCode() argument
842 int hashCode = blockValue; in makeHashCode()
844 hashCode = 37 * hashCode + blockValue; in makeHashCode()
880 private int findEntry(int[] data, int blockValue, int hashCode) { in findEntry() argument
890 if (allValuesSameAs(data, dataIndex, blockLength, blockValue)) { in findEntry()
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp833 int32_t findAllSameBlock(const uint32_t *data, uint32_t blockValue) const { in findAllSameBlock()
834 uint32_t hashCode = makeHashCode(blockValue); in findAllSameBlock()
835 int32_t entryIndex = findEntry(data, blockValue, hashCode); in findAllSameBlock()
854 uint32_t makeHashCode(uint32_t blockValue) const { in makeHashCode()
855 uint32_t hashCode = blockValue; in makeHashCode()
857 hashCode = 37 * hashCode + blockValue; in makeHashCode()
891 int32_t findEntry(const uint32_t *data, uint32_t blockValue, uint32_t hashCode) const { in findEntry() argument
901 if (allValuesSameAs(data + dataIndex, blockLength, blockValue)) { in findEntry()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...