HomeSort by relevance Sort by last modified time
    Searched defs:country_code (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
testlang.c 177 CFStringRef country_code, /* Current country code */ local
  /external/cldr/tools/java/org/unicode/cldr/util/
IsoCurrencyParser.java 218 String country_code; field in class:IsoCurrencyParser.ISOCurrencyHandler
236 country_code = getCountryCode(value);
237 if (country_code == null) {
238 country_code = "ZZ";
263 Data data = new Data(country_code, currency_name, numeric_code, minor_unit);

Completed in 370 milliseconds