Home
last modified time | relevance | path

Searched refs:currentParaLevel (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java2701 byte currentParaLevel = paraLevel; in checkExplicitLevels()
2719 currentParaLevel = paras_level[++currentParaIndex]; in checkExplicitLevels()
2725 if (level < currentParaLevel || MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
2733 level = currentParaLevel; in checkExplicitLevels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java2667 byte currentParaLevel = paraLevel; in checkExplicitLevels()
2685 currentParaLevel = paras_level[++currentParaIndex]; in checkExplicitLevels()
2691 if (level < currentParaLevel || MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
2699 level = currentParaLevel; in checkExplicitLevels()
/third_party/skia/third_party/externals/icu/source/common/
Dubidi.cpp1357 int32_t currentParaLevel = pBiDi->paraLevel; in checkExplicitLevels() local
1375 currentParaLevel = pBiDi->paras[++currentParaIndex].level; in checkExplicitLevels()
1381 if (level < currentParaLevel || UBIDI_MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
1389 level = (UBiDiLevel)currentParaLevel; in checkExplicitLevels()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidi.cpp1357 int32_t currentParaLevel = pBiDi->paraLevel; in checkExplicitLevels() local
1375 currentParaLevel = pBiDi->paras[++currentParaIndex].level; in checkExplicitLevels()
1381 if (level < currentParaLevel || UBIDI_MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
1389 level = (UBiDiLevel)currentParaLevel; in checkExplicitLevels()
/third_party/icu/icu4c/source/common/
Dubidi.cpp1357 int32_t currentParaLevel = pBiDi->paraLevel; in checkExplicitLevels() local
1375 currentParaLevel = pBiDi->paras[++currentParaIndex].level; in checkExplicitLevels()
1381 if (level < currentParaLevel || UBIDI_MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
1389 level = (UBiDiLevel)currentParaLevel; in checkExplicitLevels()
/third_party/node/deps/icu-small/source/common/
Dubidi.cpp1357 int32_t currentParaLevel = pBiDi->paraLevel; in checkExplicitLevels() local
1375 currentParaLevel = pBiDi->paras[++currentParaIndex].level; in checkExplicitLevels()
1381 if (level < currentParaLevel || UBIDI_MAX_EXPLICIT_LEVEL < level) { in checkExplicitLevels()
1389 level = (UBiDiLevel)currentParaLevel; in checkExplicitLevels()