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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 169 private long maxTries;
189 * @param maxTries the maximum number of invalid numbers to try before giving up on the text.
194 long maxTries) {
199 if (maxTries < 0) {
206 this.maxTries = maxTries;
244 while ((maxTries > 0) && matcher.find(index)) {
259 maxTries--;
347 maxTries--;
358 maxTries--
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]

Completed in 54 milliseconds