OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VALID_PUNCTUATION
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java
224
static final String
VALID_PUNCTUATION
= "-x\u2010-\u2015\u2212\u30FC\uFF0D-\uFF0F " +
234
private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[" +
VALID_PUNCTUATION
+ "]+");
279
// Note
VALID_PUNCTUATION
starts with a -, so must be the first in the range.
282
"[" + PLUS_CHARS + "]*+(?:[" +
VALID_PUNCTUATION
+ STAR_SIGN + "]*" + DIGITS + "){3,}[" +
283
VALID_PUNCTUATION
+ STAR_SIGN + VALID_ALPHA + DIGITS + "]*";
[
all
...]
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 169 milliseconds