Searched defs:overflowIsolateCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c1075 int32_t overflowIsolateCount=0; local
1098 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 &&
1112 if(overflowIsolateCount==0)
1120 if(overflowIsolateCount) {
1150 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 &&
1163 overflowIsolateCount++;
1172 if(overflowIsolateCount) {
1174 overflowIsolateCount--;
1195 overflowEmbeddingCount=overflowIsolateCount=0;
/external/icu/icu4c/source/common/
H A Dubidi.c1154 int32_t overflowIsolateCount=0; local
1180 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 &&
1193 if(overflowIsolateCount==0)
1202 if(overflowIsolateCount) {
1232 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 &&
1248 overflowIsolateCount++;
1258 if(overflowIsolateCount) {
1259 overflowIsolateCount--;
1286 overflowEmbeddingCount=overflowIsolateCount=0;

Completed in 61 milliseconds