Home
last modified time | relevance | path

Searched refs:getCountryFormatMap (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
DRegionDataConstantsTest.java28 RegionDataConstants.getCountryFormatMap().isEmpty()); in testDataLoad()
33 RegionDataConstants.getCountryFormatMap().get("ZZ")); in testZZRegion()
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DClientData.java150 for (String countryCode : RegionDataConstants.getCountryFormatMap().keySet()) { in buildRegionalData()
152 String json = RegionDataConstants.getCountryFormatMap().get(countryCode); in buildRegionalData()
DFormatInterpreter.java47 Util.checkNotNull(RegionDataConstants.getCountryFormatMap(), in FormatInterpreter()
267 String jsonString = RegionDataConstants.getCountryFormatMap().get(regionCode); in getJsonValue()
DCacheData.java344 String data = RegionDataConstants.getCountryFormatMap().get( in getFromRegionDataConstants()
DRegionDataConstants.java1292 static Map<String, String> getCountryFormatMap() { in getCountryFormatMap() method in RegionDataConstants