Searched refs:actionSeq (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 3133 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3167 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1862 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1862 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()
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1862 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1862 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()
|