Home
last modified time | relevance | path

Searched defs:initialEntryIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java852 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local
874 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local
890 private int nextIndex(int initialEntryIndex, int entryIndex) { in nextIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java860 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local
882 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local
898 private int nextIndex(int initialEntryIndex, int entryIndex) { in nextIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp875 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
893 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp875 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
893 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex()
/third_party/skia/m133/third_party/externals/icu/source/common/
Dumutablecptrie.cpp875 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
893 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local
909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex()