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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 208 static final int SuppressInReverse = (1 << 0);
288 partials[j] = SuppressInReverse | AddToForward;
289 } else if ((partials[j] & SuppressInReverse) != 0) {
301 partials[i] = SuppressInReverse | AddToForward;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 206 static final int SuppressInReverse = (1 << 0);
286 partials[j] = SuppressInReverse | AddToForward;
287 } else if ((partials[j] & SuppressInReverse) != 0) {
299 partials[i] = SuppressInReverse | AddToForward;
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 82 milliseconds