Home
last modified time | relevance | path

Searched refs:sortedMapForUS (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/repackaged/internal/prefixmapper/test/com/android/i18n/phonenumbers/prefixmapper/
DPhonePrefixMapTest.java43 SortedMap<Integer, String> sortedMapForUS = new TreeMap<Integer, String>(); in PhonePrefixMapTest() local
44 sortedMapForUS.put(1212, "New York"); in PhonePrefixMapTest()
45 sortedMapForUS.put(1480, "Arizona"); in PhonePrefixMapTest()
46 sortedMapForUS.put(1650, "California"); in PhonePrefixMapTest()
47 sortedMapForUS.put(1907, "Alaska"); in PhonePrefixMapTest()
48 sortedMapForUS.put(1201664, "Westwood, NJ"); in PhonePrefixMapTest()
49 sortedMapForUS.put(1480893, "Phoenix, AZ"); in PhonePrefixMapTest()
50 sortedMapForUS.put(1501372, "Little Rock, AR"); in PhonePrefixMapTest()
51 sortedMapForUS.put(1626308, "Alhambra, CA"); in PhonePrefixMapTest()
52 sortedMapForUS.put(1650345, "San Mateo, CA"); in PhonePrefixMapTest()
[all …]
DPrefixTimeZonesMapTest.java54 SortedMap<Integer, String> sortedMapForUS = new TreeMap<Integer, String>(); in PrefixTimeZonesMapTest() local
55 sortedMapForUS.put(1, NEW_YORK_TZ + "&" + CHICAGO_TZ + "&" + LOS_ANGELES_TZ + "&" + DENVER_TZ); in PrefixTimeZonesMapTest()
56 sortedMapForUS.put(1201, NEW_YORK_TZ); in PrefixTimeZonesMapTest()
57 sortedMapForUS.put(1205, CHICAGO_TZ); in PrefixTimeZonesMapTest()
58 sortedMapForUS.put(1208292, LOS_ANGELES_TZ); in PrefixTimeZonesMapTest()
59 sortedMapForUS.put(1208234, DENVER_TZ); in PrefixTimeZonesMapTest()
60 sortedMapForUS.put(1541367, LOS_ANGELES_TZ); in PrefixTimeZonesMapTest()
61 sortedMapForUS.put(1423843, NEW_YORK_TZ); in PrefixTimeZonesMapTest()
62 sortedMapForUS.put(1402721, CHICAGO_TZ); in PrefixTimeZonesMapTest()
63 sortedMapForUS.put(1208888, DENVER_TZ); in PrefixTimeZonesMapTest()
[all …]
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMapTest.java41 SortedMap<Integer, String> sortedMapForUS = new TreeMap<Integer, String>(); in PhonePrefixMapTest() local
42 sortedMapForUS.put(1212, "New York"); in PhonePrefixMapTest()
43 sortedMapForUS.put(1480, "Arizona"); in PhonePrefixMapTest()
44 sortedMapForUS.put(1650, "California"); in PhonePrefixMapTest()
45 sortedMapForUS.put(1907, "Alaska"); in PhonePrefixMapTest()
46 sortedMapForUS.put(1201664, "Westwood, NJ"); in PhonePrefixMapTest()
47 sortedMapForUS.put(1480893, "Phoenix, AZ"); in PhonePrefixMapTest()
48 sortedMapForUS.put(1501372, "Little Rock, AR"); in PhonePrefixMapTest()
49 sortedMapForUS.put(1626308, "Alhambra, CA"); in PhonePrefixMapTest()
50 sortedMapForUS.put(1650345, "San Mateo, CA"); in PhonePrefixMapTest()
[all …]
DPrefixTimeZonesMapTest.java52 SortedMap<Integer, String> sortedMapForUS = new TreeMap<Integer, String>(); in PrefixTimeZonesMapTest() local
53 sortedMapForUS.put(1, NEW_YORK_TZ + "&" + CHICAGO_TZ + "&" + LOS_ANGELES_TZ + "&" + DENVER_TZ); in PrefixTimeZonesMapTest()
54 sortedMapForUS.put(1201, NEW_YORK_TZ); in PrefixTimeZonesMapTest()
55 sortedMapForUS.put(1205, CHICAGO_TZ); in PrefixTimeZonesMapTest()
56 sortedMapForUS.put(1208292, LOS_ANGELES_TZ); in PrefixTimeZonesMapTest()
57 sortedMapForUS.put(1208234, DENVER_TZ); in PrefixTimeZonesMapTest()
58 sortedMapForUS.put(1541367, LOS_ANGELES_TZ); in PrefixTimeZonesMapTest()
59 sortedMapForUS.put(1423843, NEW_YORK_TZ); in PrefixTimeZonesMapTest()
60 sortedMapForUS.put(1402721, CHICAGO_TZ); in PrefixTimeZonesMapTest()
61 sortedMapForUS.put(1208888, DENVER_TZ); in PrefixTimeZonesMapTest()
[all …]