OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSSIBLE
(Results
1 - 3
of
3
) sorted by null
/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 805 milliseconds