Searched refs:SEEKING_STRONG_FOR_FSI (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dubidi.c451 SEEKING_STRONG_FOR_FSI, /* 2: looking for first strong after FSI */ enumerator in enum:__anon5491
512 else if(state==SEEKING_STRONG_FOR_FSI) {
528 else if(state==SEEKING_STRONG_FOR_FSI) {
548 state=SEEKING_STRONG_FOR_FSI;
555 if(state==SEEKING_STRONG_FOR_FSI) {
601 state=SEEKING_STRONG_FOR_FSI; /* to be on the safe side */
605 if(state==SEEKING_STRONG_FOR_FSI) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1801 static final int SEEKING_STRONG_FOR_FSI = 2; /* 2: looking for first strong after FSI */ field in class:Bidi
1888 else if (state == SEEKING_STRONG_FOR_FSI) {
1904 else if (state == SEEKING_STRONG_FOR_FSI) {
1924 state = SEEKING_STRONG_FOR_FSI;
1931 if (state == SEEKING_STRONG_FOR_FSI) {
1976 state=SEEKING_STRONG_FOR_FSI; /* to be on the safe side */
1980 if (state == SEEKING_STRONG_FOR_FSI) {

Completed in 58 milliseconds