Searched refs:countryCodeType_ (Results 1 – 1 of 1) sorted by relevance
33 countryCodeType_ = COUNTRY_CODE_FROM_LOCALE; in CountryCode()47 (countryCodeType_ == country.GetCountryCodeType()); in IsSame()52 return (countryCodeType_ > type); in IsMoreReliable()67 return countryCodeType_; in GetCountryCodeType()72 countryCodeType_ = type; in SetCountryCodeType()78 countryCodeType_ = parcel.ReadInt64(); in ReadFromParcel()84 parcel.WriteInt64(countryCodeType_); in Marshalling()97 ", countryCodeType_ : " + std::to_string(countryCodeType_); in ToString()103 int countryCodeType_; variable