Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dcontrol50 'country_code': '00',
60 'country_code': 'AR',
66 'country_code': 'ID',
72 'country_code': 'RU',
78 'country_code': 'US',
85 'country_code': 'CA',
94 'country_code': 'SE',
103 'country_code': 'US',
117 'country_code': '00',
129 'country_code': 'AR',
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java218 String country_code; field in IsoCurrencyParser.ISOCurrencyHandler
236 country_code = getCountryCode(value); in handlePathValue()
237 if (country_code == null) { in handlePathValue()
238 country_code = "ZZ"; in handlePathValue()
263 Data data = new Data(country_code, currency_name, numeric_code, minor_unit); in handlePathValue()
/external/libcups/cups/
Dtestlang.c177 CFStringRef country_code, /* Current country code */ in main() local