Searched defs:CountryCode (Results 1 – 5 of 5) sorted by relevance
157 pub struct CountryCode([u8; 2]); struct159 impl CountryCode { impl180 impl TryFrom<String> for CountryCode { implementation
119 int SearchMLUEntry(cmsMLU* mlu, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in SearchMLUEntry()141 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in AddMLUBlock()331 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode, in _cmsMLUgetWide()
246 class CountryCode : public StrongAlias<CountryCode, std::string> { in TEST() class248 explicit CountryCode(const std::string& value) in TEST() function in webrtc::TEST::CountryCode
258 class CountryCode : public StrongAlias<CountryCode, std::string> { in TEST() class260 CountryCode(const std::string& value) in TEST() function in base::TEST::CountryCode
349 expected_country_code: CountryCode, in expect_android_set_country_code()