Home
last modified time | relevance | path

Searched refs:overflowIsolateCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java2472 int overflowIsolateCount = 0; in resolveExplicitLevels() local
2498 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 && in resolveExplicitLevels()
2511 if (overflowIsolateCount == 0) in resolveExplicitLevels()
2520 if (overflowIsolateCount > 0) { in resolveExplicitLevels()
2550 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 in resolveExplicitLevels()
2566 overflowIsolateCount++; in resolveExplicitLevels()
2576 if (overflowIsolateCount > 0) { in resolveExplicitLevels()
2577 overflowIsolateCount--; in resolveExplicitLevels()
2604 overflowEmbeddingCount = overflowIsolateCount = 0; in resolveExplicitLevels()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java2506 int overflowIsolateCount = 0; in resolveExplicitLevels() local
2532 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 && in resolveExplicitLevels()
2545 if (overflowIsolateCount == 0) in resolveExplicitLevels()
2554 if (overflowIsolateCount > 0) { in resolveExplicitLevels()
2584 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 in resolveExplicitLevels()
2600 overflowIsolateCount++; in resolveExplicitLevels()
2610 if (overflowIsolateCount > 0) { in resolveExplicitLevels()
2611 overflowIsolateCount--; in resolveExplicitLevels()
2638 overflowEmbeddingCount = overflowIsolateCount = 0; in resolveExplicitLevels()
/external/icu/icu4c/source/common/
Dubidi.cpp1158 int32_t overflowIsolateCount=0; in resolveExplicitLevels() local
1184 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 && in resolveExplicitLevels()
1197 if(overflowIsolateCount==0) in resolveExplicitLevels()
1206 if(overflowIsolateCount) { in resolveExplicitLevels()
1236 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 && in resolveExplicitLevels()
1252 overflowIsolateCount++; in resolveExplicitLevels()
1262 if(overflowIsolateCount) { in resolveExplicitLevels()
1263 overflowIsolateCount--; in resolveExplicitLevels()
1290 overflowEmbeddingCount=overflowIsolateCount=0; in resolveExplicitLevels()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...