HomeSort by relevance Sort by last modified time
    Searched defs:Leniency (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 52 // Leniency when finding potential phone numbers in text segments. The levels
54 enum Leniency {
61 // accepted at this leniency level, whereas "650 253 0000" or "6502530000"
71 // written as "650 2530000" is not accepted at this leniency level, whereas
80 Leniency leniency,
84 // number of retries and VALID Leniency.
127 // verifies it matches the requested leniency. If parsing and verification
149 bool VerifyAccordingToLeniency(Leniency leniency, const PhoneNumber& number
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 453 * Leniency when {@linkplain PhoneNumberUtil#findNumbers finding} potential phone numbers in text
456 public enum Leniency {
486 * "65 02 53 00 00" and "650253 0000" are not accepted at this leniency level, whereas
517 * example, a US number written as "650 2530000" is not accepted at this leniency level, whereas
546 /** Returns true if {@code number} is a verified number according to this leniency. */
    [all...]

Completed in 594 milliseconds