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

  /external/icu4c/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...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 771 int occurrences = -1; local
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 292 milliseconds