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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 379 static final int SPAN_FWD = 0x10;
429 if ((whichSpans & SPAN_FWD) == 0) {
470 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 375 static final int SPAN_FWD = 0x10;
425 if ((whichSpans & SPAN_FWD) == 0) {
466 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 461 milliseconds