Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp116 int32_t nullValueOffset = trie->dataNullOffset; in ucptrie_openFromBinary() local
117 if (nullValueOffset >= trie->dataLength) { in ucptrie_openFromBinary()
118 nullValueOffset = trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET; in ucptrie_openFromBinary()
123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary()
127 trie->nullValue = trie->data.ptr32[nullValueOffset]; in ucptrie_openFromBinary()
131 trie->nullValue = trie->data.ptr8[nullValueOffset]; in ucptrie_openFromBinary()
/third_party/icu/icu4c/source/common/
Ducptrie.cpp116 int32_t nullValueOffset = trie->dataNullOffset; in ucptrie_openFromBinary() local
117 if (nullValueOffset >= trie->dataLength) { in ucptrie_openFromBinary()
118 nullValueOffset = trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET; in ucptrie_openFromBinary()
123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary()
127 trie->nullValue = trie->data.ptr32[nullValueOffset]; in ucptrie_openFromBinary()
131 trie->nullValue = trie->data.ptr8[nullValueOffset]; in ucptrie_openFromBinary()
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp116 int32_t nullValueOffset = trie->dataNullOffset; in ucptrie_openFromBinary() local
117 if (nullValueOffset >= trie->dataLength) { in ucptrie_openFromBinary()
118 nullValueOffset = trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET; in ucptrie_openFromBinary()
123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary()
127 trie->nullValue = trie->data.ptr32[nullValueOffset]; in ucptrie_openFromBinary()
131 trie->nullValue = trie->data.ptr8[nullValueOffset]; in ucptrie_openFromBinary()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java103 int nullValueOffset = dataNullOffset; in CodePointTrie() local
104 if (nullValueOffset >= dataLength) { in CodePointTrie()
105 nullValueOffset = dataLength - HIGH_VALUE_NEG_DATA_OFFSET; in CodePointTrie()
107 nullValue = data.getFromIndex(nullValueOffset); in CodePointTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java96 int nullValueOffset = dataNullOffset; in CodePointTrie() local
97 if (nullValueOffset >= dataLength) { in CodePointTrie()
98 nullValueOffset = dataLength - HIGH_VALUE_NEG_DATA_OFFSET; in CodePointTrie()
100 nullValue = data.getFromIndex(nullValueOffset); in CodePointTrie()