Searched defs:PLUS_SIGN (Results 1 – 2 of 2) sorted by relevance
99 static final char PLUS_SIGN = '+'; field in PhoneNumberUtil179 diallableCharMap.put(PLUS_SIGN, PLUS_SIGN); in diallableCharMap.put() argument
62 private static final char[] PLUS_SIGN = { '+' }; field in PercentEscaper