HomeSort by relevance Sort by last modified time
    Searched defs:SuppressInReverse (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 282 static final int SuppressInReverse = (1 << 0);
362 partials[j] = SuppressInReverse | AddToForward;
363 } else if ((partials[j] & SuppressInReverse) != 0) {
375 partials[i] = SuppressInReverse | AddToForward;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 280 static final int SuppressInReverse = (1 << 0);
360 partials[j] = SuppressInReverse | AddToForward;
361 } else if ((partials[j] & SuppressInReverse) != 0) {
373 partials[i] = SuppressInReverse | AddToForward;
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 150 milliseconds