Home
last modified time | relevance | path

Searched refs:stackIsNotEmpty (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScriptRun.java151 while (stackIsNotEmpty()) { in reset()
374 while (stackIsNotEmpty() && top().pairIndex != pi) { in next()
378 if (stackIsNotEmpty()) { in next()
477 private final boolean stackIsNotEmpty() in stackIsNotEmpty() method in UScriptRun
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java149 while (stackIsNotEmpty()) { in reset()
372 while (stackIsNotEmpty() && top().pairIndex != pi) { in next()
376 if (stackIsNotEmpty()) { in next()
475 private final boolean stackIsNotEmpty() in stackIsNotEmpty() method in UScriptRun