Searched refs:oldStateSeq (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3167 short oldStateSeq,actionSeq; in processPropertySeq() local 3172 oldStateSeq = levState.state; in processPropertySeq() 3173 cell = impTab[oldStateSeq][_prop]; in processPropertySeq() 3210 level = impTab[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 3133 short oldStateSeq,actionSeq; in processPropertySeq() local 3138 oldStateSeq = levState.state; in processPropertySeq() 3139 cell = impTab[oldStateSeq][_prop]; in processPropertySeq() 3176 level = impTab[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1871 oldStateSeq=(uint8_t)pLevState->state; in processPropertySeq() 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1911 level=(*pImpTab)[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1871 oldStateSeq=(uint8_t)pLevState->state; in processPropertySeq() 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1911 level=(*pImpTab)[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1871 oldStateSeq=(uint8_t)pLevState->state; in processPropertySeq() 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1911 level=(*pImpTab)[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1871 oldStateSeq=(uint8_t)pLevState->state; in processPropertySeq() 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1911 level=(*pImpTab)[oldStateSeq][IMPTABLEVELS_RES]; in processPropertySeq()
|