OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNWANTED_END_CHAR_PATTERN
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
336
firstGroupOnly = trimAfterFirstMatch(PhoneNumberUtil.
UNWANTED_END_CHAR_PATTERN
,
347
withoutFirstGroup = trimAfterFirstMatch(PhoneNumberUtil.
UNWANTED_END_CHAR_PATTERN
,
362
withoutLastGroup = trimAfterFirstMatch(PhoneNumberUtil.
UNWANTED_END_CHAR_PATTERN
,
PhoneNumberUtil.java
255
static final Pattern
UNWANTED_END_CHAR_PATTERN
= Pattern.compile(UNWANTED_END_CHARS);
647
Matcher trailingCharsMatcher =
UNWANTED_END_CHAR_PATTERN
.matcher(number);
[
all
...]
Completed in 65 milliseconds