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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 55 // Phone numbers accepted are possible, but not necessarily valid.
56 POSSIBLE,
57 // Phone numbers accepted are possible and valid.
59 // Phone numbers accepted are valid and are grouped in a possible way for
  /external/chromium_org/v8/src/
effects.h 43 // or 'possible', if it was optional. The difference is relevant when composing
48 // effect cancels out any previous effect upon sequencing. A possible effect
50 // composition always merges bounds. It yields a possible effect if at least
51 // one was only possible.
53 enum Modality { POSSIBLE, DEFINITE };
63 return Effect(Bounds::Unbounded(isolate), POSSIBLE);
80 e1.modality == POSSIBLE ? POSSIBLE : e2.modality);
175 effect.modality = Effect::POSSIBLE;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 291 // Regexp of all possible ways to write extensions, for use when parsing. This will be run as a
300 // allow a "comma" as a possible extension indicator. When matching, this is hardly ever used to
443 * Possible outcomes when testing if a PhoneNumber is possible.
459 * possible}, but not necessarily {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}.
461 POSSIBLE {
469 * possible} and {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}. Numbers written
485 * are grouped in a possible way for this locale. For example, a US number written as
628 * Attempts to extract a possible number from the string passed in. This currently strips all
    [all...]

Completed in 36 milliseconds