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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 182 private long maxTries;
202 * @param maxTries the maximum number of invalid numbers to try before giving up on the text.
207 long maxTries) {
212 if (maxTries < 0) {
219 this.maxTries = maxTries;
231 while ((maxTries > 0) && matcher.find(index)) {
246 maxTries--;
342 maxTries--;
353 maxTries--
    [all...]
PhoneNumberUtil.java     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]

Completed in 120 milliseconds