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

  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 715 uint16_t occurrences = 0; local
719 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
721 if (occurrences != 6)
722 errln("indexOf failed: expected to find 6 occurrences, found " + occurrences);
724 for ( occurrences = 0, startPos = 10;
726 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
728 if (occurrences != 4)
729 errln("indexOf with starting offset failed: expected to find 4 occurrences, found " + occurrences);
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 716 uint16_t occurrences = 0; local
720 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
722 if (occurrences != 6)
723 errln("indexOf failed: expected to find 6 occurrences, found " + occurrences);
725 for ( occurrences = 0, startPos = 10;
727 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
729 if (occurrences != 4)
730 errln("indexOf with starting offset failed: expected to find 4 occurrences, found " + occurrences);
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 729 int occurrences = -1; local
    [all...]

Completed in 131 milliseconds