Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java3167 short oldStateSeq,actionSeq; in processPropertySeq() local
3175 actionSeq = impAct[GetAction(cell)]; /* isolate the action */ in processPropertySeq()
3178 if (actionSeq != 0) { in processPropertySeq()
3179 switch (actionSeq) { in processPropertySeq()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java3133 short oldStateSeq,actionSeq; in processPropertySeq() local
3141 actionSeq = impAct[GetAction(cell)]; /* isolate the action */ in processPropertySeq()
3144 if (actionSeq != 0) { in processPropertySeq()
3145 switch (actionSeq) { in processPropertySeq()
/external/icu/icu4c/source/common/
Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
1874 actionSeq=(*pImpAct)[GET_ACTION(cell)]; /* isolate the action */ in processPropertySeq()
1877 if(actionSeq) { in processPropertySeq()
1878 switch(actionSeq) { in processPropertySeq()