Home
last modified time | relevance | path

Searched refs:hasLongI3Blocks (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1153 boolean hasLongI3Blocks = false; in compactIndex()
1178 hasLongI3Blocks = true; in compactIndex()
1195 hasLongI3Blocks = true; in compactIndex()
1213 if (hasLongI3Blocks) { in compactIndex()
1254 if (hasLongI3Blocks) { in compactIndex()
1260 assert(hasLongI3Blocks); in compactIndex()
1315 if (hasLongI3Blocks) { in compactIndex()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java1146 boolean hasLongI3Blocks = false; in compactIndex()
1171 hasLongI3Blocks = true; in compactIndex()
1188 hasLongI3Blocks = true; in compactIndex()
1206 if (hasLongI3Blocks) { in compactIndex()
1247 if (hasLongI3Blocks) { in compactIndex()
1253 assert(hasLongI3Blocks); in compactIndex()
1308 if (hasLongI3Blocks) { in compactIndex()
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp1241 bool hasLongI3Blocks = false; in compactIndex() local
1266 hasLongI3Blocks = true; in compactIndex()
1283 hasLongI3Blocks = true; in compactIndex()
1309 if (hasLongI3Blocks) { in compactIndex()
1352 if (hasLongI3Blocks) { in compactIndex()
1358 U_ASSERT(hasLongI3Blocks); in compactIndex()
1413 if (hasLongI3Blocks) { in compactIndex()