Searched defs:initialEntryIndex (Results 1 – 6 of 6) sorted by relevance
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | MutableCodePointTrie.java | 852 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/ |
| D | MutableCodePointTrie.java | 860 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/icu/icu4c/source/common/ |
| D | umutablecptrie.cpp | 875 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/node/deps/icu-small/source/common/ |
| D | umutablecptrie.cpp | 875 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/third_party/externals/icu/source/common/ |
| D | umutablecptrie.cpp | 875 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/flutter/skia/third_party/externals/icu/source/common/ |
| D | umutablecptrie.cpp | 870 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local 888 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local 904 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex()
|