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

/external/v8/src/
H A Deffects.h30 enum Modality { POSSIBLE, DEFINITE }; enumerator in enum:v8::internal::Effect::Modality
40 return Effect(Bounds::Unbounded(zone), POSSIBLE);
57 e1.modality == POSSIBLE ? POSSIBLE : e2.modality);
152 effect.modality = Effect::POSSIBLE;
/external/libphonenumber/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
547 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
553 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
642 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level
656 doTestInContext(number, region, contexts, Leniency.POSSIBLE);
661 hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.POSSIBLE,
729 phoneUtil.findNumbers(text, region, Leniency.POSSIBLE, Long.MAX_VALUE).iterator();
931 phoneUtil.findNumbers(sub, RegionCode.NZ, Leniency.POSSIBLE, Long.MAX_VALUE).iterator();
955 * Tests valid numbers in contexts that should pass for {@link Leniency#POSSIBLE}.
987 doTestInContext(number, defaultCountry, contextPairs, Leniency.POSSIBLE);
[all...]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java446 POSSIBLE { enum constant in enum:PhoneNumberUtil.Leniency

Completed in 138 milliseconds