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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 406 int expectCount) {
470 // (The loop inverts spanCondition (expectCount-1) times
471 // before the expectCount'th span() call.)
473 // expectCount and just start with firstSpanCondition.
474 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
570 * The expectLimits[] are either provided by the caller (with expectCount>=0) or returned to the caller (with an
571 * input expectCount<0).
574 int expectLimits[], int expectCount,
596 limits.length, expectCount);
603 if (expectCount < 0)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 403 int expectCount) {
467 // (The loop inverts spanCondition (expectCount-1) times
468 // before the expectCount'th span() call.)
470 // expectCount and just start with firstSpanCondition.
471 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
567 * The expectLimits[] are either provided by the caller (with expectCount>=0) or returned to the caller (with an
568 * input expectCount<0).
571 int expectLimits[], int expectCount,
593 limits.length, expectCount);
600 if (expectCount < 0)
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 219 milliseconds