Home
last modified time | relevance | path

Searched refs:ALPHA_MAPPINGS (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java111 private static final Map<Character, Character> ALPHA_MAPPINGS; field in PhoneNumberUtil
179 ALPHA_MAPPINGS = Collections.unmodifiableMap(alphaMap);
182 combinedMap.putAll(ALPHA_MAPPINGS);
195 for (char c : ALPHA_MAPPINGS.keySet()) {
241 Arrays.toString(ALPHA_MAPPINGS.keySet().toArray()).replaceAll("[, \\[\\]]", "")
242 + Arrays.toString(ALPHA_MAPPINGS.keySet().toArray())
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java113 private static final Map<Character, Character> ALPHA_MAPPINGS; field in PhoneNumberUtil
181 ALPHA_MAPPINGS = Collections.unmodifiableMap(alphaMap);
184 combinedMap.putAll(ALPHA_MAPPINGS);
197 for (char c : ALPHA_MAPPINGS.keySet()) {
243 Arrays.toString(ALPHA_MAPPINGS.keySet().toArray()).replaceAll("[, \\[\\]]", "")
244 + Arrays.toString(ALPHA_MAPPINGS.keySet().toArray())