Home
last modified time | relevance | path

Searched refs:i3BlockLength (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp288 int32_t i3BlockLength; in getRange() local
293 i3BlockLength = trie->type == UCPTRIE_TYPE_FAST ? in getRange()
332 i3BlockLength = UCPTRIE_INDEX_3_BLOCK_LENGTH; in getRange()
399 } while (++i3 < i3BlockLength); in getRange()
/third_party/icu/icu4c/source/common/
Ducptrie.cpp288 int32_t i3BlockLength; in getRange() local
293 i3BlockLength = trie->type == UCPTRIE_TYPE_FAST ? in getRange()
332 i3BlockLength = UCPTRIE_INDEX_3_BLOCK_LENGTH; in getRange()
399 } while (++i3 < i3BlockLength); in getRange()
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp288 int32_t i3BlockLength; in getRange() local
293 i3BlockLength = trie->type == UCPTRIE_TYPE_FAST ? in getRange()
332 i3BlockLength = UCPTRIE_INDEX_3_BLOCK_LENGTH; in getRange()
399 } while (++i3 < i3BlockLength); in getRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java348 int i3BlockLength; in getRange() local
353 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
390 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
457 } while (++i3 < i3BlockLength); in getRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java335 int i3BlockLength; in getRange() local
340 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
377 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
444 } while (++i3 < i3BlockLength); in getRange()