Searched refs:POSSIBLE (Results 1 - 5 of 5) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumbermatcher_test.cc | 156 PhoneNumberMatcher::POSSIBLE, in AssertEqualRange() 183 // middle when leniency of matching is set to POSSIBLE; else no test number 199 DoTestInContext(number, region, contexts, PhoneNumberMatcher::POSSIBLE); in FindMatchesInContexts() 205 PhoneNumberMatcher::POSSIBLE, in FindMatchesInContexts() 222 // PhoneNumberMatcher::POSSIBLE. 263 PhoneNumberMatcher::POSSIBLE); in FindPossibleInContext() 266 // Tests valid numbers in contexts that fail for PhoneNumberMatcher::POSSIBLE 825 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, 942 DoTestNumberMatchesForLeniency(test_cases, PhoneNumberMatcher::POSSIBLE); in TEST_F() 949 DoTestNumberNonMatchesForLeniency(test_cases, PhoneNumberMatcher::POSSIBLE); in TEST_F() [all...] |
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcherTest.java | 455 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, unless it represents 549 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE); in testMatchesWithPossibleLeniency() 555 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE); in testNonMatchesWithPossibleLeniency() 644 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level 658 doTestInContext(number, region, contexts, Leniency.POSSIBLE); in findMatchesInContexts() 663 hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.POSSIBLE, in findMatchesInContexts() 731 phoneUtil.findNumbers(text, region, Leniency.POSSIBLE, Long.MAX_VALUE).iterator(); in testSequences() 933 phoneUtil.findNumbers(sub, RegionCode.NZ, Leniency.POSSIBLE, Long.MAX_VALUE).iterator(); in assertEqualRange() 957 * Tests valid numbers in contexts that should pass for {@link Leniency#POSSIBLE}. 992 doTestInContext(number, defaultCountry, contextPairs, Leniency.POSSIBLE); in findPossibleInContext() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.h | 56 POSSIBLE, enumerator
|
H A D | phonenumbermatcher.cc | 537 case PhoneNumberMatcher::POSSIBLE: in VerifyAccordingToLeniency()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 551 POSSIBLE { enum constant
|
Completed in 11 milliseconds