/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
PhoneNumberMatcher.java | 19 import com.google.i18n.phonenumbers.PhoneNumberUtil.Leniency; 199 private final Leniency leniency; field in class:PhoneNumberMatcher 220 * @param leniency the leniency to use when evaluating candidate phone numbers 225 PhoneNumberMatcher(PhoneNumberUtil util, CharSequence text, String country, Leniency leniency, 228 if ((util == null) || (leniency == null)) { 237 this.leniency = leniency; [all...] |
PhoneNumberUtil.java | 431 * Leniency when {@linkplain PhoneNumberUtil#findNumbers finding} potential phone numbers in text 434 public enum Leniency { 464 * "65 02 53 00 00" and "650253 0000" are not accepted at this leniency level, whereas 497 * example, a US number written as "650 2530000" is not accepted at this leniency level, whereas 527 /** Returns true if {@code number} is a verified number according to this leniency. */ [all...] |
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 19 import com.google.i18n.phonenumbers.PhoneNumberUtil.Leniency; 465 * leniency level. 491 * "strict_grouping" leniency level. 547 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE); 553 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE); 561 doTestNumberMatchesForLeniency(testCases, Leniency.VALID); 568 doTestNumberNonMatchesForLeniency(testCases, Leniency.VALID); 575 doTestNumberMatchesForLeniency(testCases, Leniency.STRICT_GROUPING); 583 doTestNumberNonMatchesForLeniency(testCases, Leniency.STRICT_GROUPING); 589 doTestNumberMatchesForLeniency(testCases, Leniency.EXACT_GROUPING) [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmrgts.cpp | 1596 UBool leniency; member in struct:__anon13600 [all...] |
dtfmttst.cpp | 4418 UBool leniency; member in struct:__anon13610 4497 UBool leniency; member in struct:__anon13611 [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatTest.java | 4587 public boolean leniency; field in class:DateFormatTest.TestDateFormatLeniencyItem 4691 public boolean leniency; field in class:DateFormatTest.TestMultiPatternMatchItem [all...] |
DateFormatRegressionTest.java | 1363 public boolean leniency; field in class:DateFormatRegressionTest.TestDateFormatLeniencyItem [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatTest.java | 4583 public boolean leniency; field in class:DateFormatTest.TestDateFormatLeniencyItem 4687 public boolean leniency; field in class:DateFormatTest.TestMultiPatternMatchItem [all...] |
DateFormatRegressionTest.java | 1359 public boolean leniency; field in class:DateFormatRegressionTest.TestDateFormatLeniencyItem [all...] |