Home
last modified time | relevance | path

Searched refs:I3_16 (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java394 private static final byte I3_16 = 2; field in MutableCodePointTrie
1180 flags[i] = I3_16; in compactIndex()
1220 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1227 } else if (f == I3_16) { in compactIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java386 private static final byte I3_16 = 2; field in MutableCodePointTrie
1172 flags[i] = I3_16; in compactIndex()
1212 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1219 } else if (f == I3_16) { in compactIndex()
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp62 constexpr uint8_t I3_16 = 2; variable
1282 flags[i] = I3_16; in compactIndex()
1332 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1339 } else if (f == I3_16) { in compactIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp62 constexpr uint8_t I3_16 = 2; variable
1282 flags[i] = I3_16; in compactIndex()
1332 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1339 } else if (f == I3_16) { in compactIndex()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp57 constexpr uint8_t I3_16 = 2; variable
1277 flags[i] = I3_16; in compactIndex()
1327 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1334 } else if (f == I3_16) { in compactIndex()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp62 constexpr uint8_t I3_16 = 2; variable
1282 flags[i] = I3_16; in compactIndex()
1332 f = dataNullOffset <= 0xffff ? I3_16 : I3_18; in compactIndex()
1339 } else if (f == I3_16) { in compactIndex()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch471 } else if (f == I3_16) {