OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSSIBLE
(Results
1 - 6
of
6
) sorted by null
/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/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
phonenumbermatcher.cc
195
// should be. It's also
possible
that the leading bracket was dropped, so we
477
case PhoneNumberMatcher::
POSSIBLE
:
527
// gives a result. We consider white space to be a
possible
indication of
[
all
...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java
185
// Iterate over all
possible
indices.
249
// should be considered
possible
.
287
// considered
possible
.
372
* Strings with number-like things that should only be found under "
possible
".
377
// 'X' should not be found in numbers at leniencies stricter than
POSSIBLE
, unless it represents
465
doTestNumberMatchesForLeniency(testCases, Leniency.
POSSIBLE
);
471
doTestNumberNonMatchesForLeniency(testCases, Leniency.
POSSIBLE
);
562
* matching is set to
POSSIBLE
; else no test number should be extracted at that leniency level
576
doTestInContext(number, region, contexts, Leniency.
POSSIBLE
);
581
hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.
POSSIBLE
,
[
all
...]
/frameworks/base/core/java/android/text/util/
Linkify.java
453
Locale.getDefault().getCountry(), Leniency.
POSSIBLE
, Long.MAX_VALUE);
/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 401 milliseconds