Searched refs:kCountryCodeLength (Results 1 – 1 of 1) sorted by relevance
750 static constexpr int kCountryCodeLength = 2; in SetCountryCode() local755 …VerifyOrExit((aCountryCode.length() == kCountryCodeLength) && isalpha(aCountryCode[0]) && isalpha(… in SetCountryCode()