Home
last modified time | relevance | path

Searched defs:country_code (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/i18n/
Dtimezone_unittest.cc13 std::string country_code = CountryCodeForCurrentTimezone(); in TEST() local
/external/cronet/base/i18n/
Dtimezone_unittest.cc23 std::string country_code = CountryCodeForCurrentTimezone(); in TEST() local
/external/rust/pica/src/
Ddevice.rs80 country_code: [u8; 2], field
337 let country_code = *cmd.get_country_code(); in command_set_country_code() localVariable
Duci_packets.rs13453 country_code: [u8; 2], field
13464 pub country_code: [u8; 2], field
13482 let country_code = bytes[4..6] in parse() localVariable
/external/libcups/cups/
Dtestlang.c203 CFStringRef country_code, /* Current country code */ in main() local
/external/uwb/src/rust/uwb_core/src/uci/
Dcommand.rs373 let country_code: [u8; 2] = [85, 83]; in test_convert_uci_cmd_to_packets() localVariable
Duci_manager.rs2136 let country_code = CountryCode::new(b"US").unwrap(); in test_android_set_country_code_ok() localVariable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DIsoCurrencyParser.java220 String country_code; field in IsoCurrencyParser.ISOCurrencyHandler
/external/uwb/src/rust/uwb_core/src/service/
Dproto_uwb_service.rs177 let country_code = request.country_code.try_into()?; in android_set_country_code() localVariable
Duwb_service.rs734 let country_code = CountryCode::new(b"US").unwrap(); in test_android_set_country_code() localVariable
/external/libgav1/src/gav1/
Ddecoder_buffer.h133 uint8_t country_code; member
/external/uwb/src/rust/uwb_core/protos/
Duwb_service.proto601 string country_code = 1; field