Home
last modified time | relevance | path

Searched refs:POSSIBLE (Results 1 - 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc156 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 DPhoneNumberMatcherTest.java455 // '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 Dphonenumbermatcher.h56 POSSIBLE, enumerator
H A Dphonenumbermatcher.cc537 case PhoneNumberMatcher::POSSIBLE: in VerifyAccordingToLeniency()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java551 POSSIBLE { enum constant

Completed in 12 milliseconds