Lines Matching refs:GetRegion

128         if ((LocaleUtil::EncodeRegion(request->GetRegion().c_str())) == LocaleUtil::EncodeRegion("US")) {
130 return (current->GetRegion().length() == 0) ||
131 ((LocaleUtil::EncodeRegion(current->GetRegion().c_str())) == LocaleUtil::EncodeRegion("US"));
133 return !(other->GetRegion().length() == 0 ||
134 ((LocaleUtil::EncodeRegion(other->GetRegion().c_str())) == LocaleUtil::EncodeRegion("US")));
153 current->GetRegion().c_str()) == LocaleMatcher::EN_GB_ENCODE)) {
157 other->GetRegion().c_str()) == LocaleMatcher::EN_GB_ENCODE)) {
167 (localeInfo == nullptr) ? nullptr : localeInfo->GetRegion().c_str());
236 if (request == nullptr || request->GetRegion().size() == 0) {
240 request->GetRegion().c_str());
244 (current == nullptr) ? nullptr : current->GetRegion().c_str());
246 (other == nullptr) ? nullptr : other->GetRegion().c_str());
279 if (current == nullptr || current->GetRegion().length() == 0) {
282 if (other == nullptr || other->GetRegion().length() == 0) {
302 (current == nullptr) ? nullptr : current->GetRegion().c_str());
304 (request == nullptr) ? nullptr : request->GetLanguage().c_str(), nullptr, other->GetRegion().c_str());
338 if (current == nullptr || current->GetRegion().length() == 0) {
341 if (other == nullptr || other->GetRegion().length() == 0) {
345 char currentFirstChar = (current->GetRegion())[0];
346 char otherFirstChar = (other->GetRegion())[0];
424 (current == nullptr) ? nullptr : current->GetRegion().c_str());
427 (other == nullptr) ? nullptr : other->GetRegion().c_str());
486 currentEncodedScript = FindDefaultScriptEncode(current->GetLanguage().c_str(), current->GetRegion().c_str());
491 otherEncodedScript = FindDefaultScriptEncode(other->GetLanguage().c_str(), other->GetRegion().c_str());