Searched refs:lastStrongRTL (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java3058 int lastStrongRTL; /* index of last found R or AL */ field in class:Bidi.LevState
3167 levState.lastStrongRTL = -1;
3180 for (k = levState.lastStrongRTL + 1; k < start0; k++) {
3186 levState.lastStrongRTL = -1;
3200 levState.lastStrongRTL = limit - 1;
3211 levState.lastStrongRTL = limit - 1;
3229 levState.lastStrongRTL = limit - 1;
3385 levState.lastStrongRTL = -1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */
/external/icu/icu4c/source/common/
H A Dubidi.c1755 int32_t lastStrongRTL; /* index of last found R or AL */ member in struct:__anon7283
1885 pLevState->lastStrongRTL=-1;
1899 for (k=pLevState->lastStrongRTL+1; k<start0; k++)
1906 pLevState->lastStrongRTL=-1;
1922 pLevState->lastStrongRTL=limit - 1;
1934 pLevState->lastStrongRTL=limit - 1;
1953 pLevState->lastStrongRTL=limit - 1;
2129 levState.lastStrongRTL=-1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java3093 int lastStrongRTL; /* index of last found R or AL */ field in class:Bidi.LevState
3202 levState.lastStrongRTL = -1;
3215 for (k = levState.lastStrongRTL + 1; k < start0; k++) {
3221 levState.lastStrongRTL = -1;
3235 levState.lastStrongRTL = limit - 1;
3246 levState.lastStrongRTL = limit - 1;
3264 levState.lastStrongRTL = limit - 1;
3420 levState.lastStrongRTL = -1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */

Completed in 90 milliseconds