Home
last modified time | relevance | path

Searched defs:CountryCode (Results 1 – 5 of 5) sorted by relevance

/external/uwb/src/rust/uwb_core/src/params/
Duci_packets.rs157 pub struct CountryCode([u8; 2]); struct
159 impl CountryCode { impl
180 impl TryFrom<String> for CountryCode { implementation
/external/pdfium/third_party/lcms/src/
Dcmsnamed.c119 int SearchMLUEntry(cmsMLU* mlu, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in SearchMLUEntry()
141 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in AddMLUBlock()
331 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode, in _cmsMLUgetWide()
/external/webrtc/rtc_base/
Dstrong_alias_unittest.cc246 class CountryCode : public StrongAlias<CountryCode, std::string> { in TEST() class
248 explicit CountryCode(const std::string& value) in TEST() function in webrtc::TEST::CountryCode
/external/cronet/base/types/
Dstrong_alias_unittest.cc258 class CountryCode : public StrongAlias<CountryCode, std::string> { in TEST() class
260 CountryCode(const std::string& value) in TEST() function in base::TEST::CountryCode
/external/uwb/src/rust/uwb_core/src/uci/
Dmock_uci_manager.rs349 expected_country_code: CountryCode, in expect_android_set_country_code()