Home
last modified time | relevance | path

Searched refs:newBlockLength (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java725 void init(int maxLength, int newBlockLength) { in init() argument
727 int maxDataIndex = maxLength - newBlockLength + 1; in init()
754 blockLength = newBlockLength; in init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java717 void init(int maxLength, int newBlockLength) { in init() argument
719 int maxDataIndex = maxLength - newBlockLength + 1; in init()
746 blockLength = newBlockLength; in init()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
773 int32_t maxDataIndex = maxLength - newBlockLength + 1; in init()
804 blockLength = newBlockLength; in init()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
773 int32_t maxDataIndex = maxLength - newBlockLength + 1; in init()
804 blockLength = newBlockLength; in init()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
773 int32_t maxDataIndex = maxLength - newBlockLength + 1; in init()
804 blockLength = newBlockLength; in init()

Completed in 13 milliseconds