Searched refs:LOCALE_COUNTRY_OR_REGION (Results 1 – 3 of 3) sorted by relevance
82 const char LOCALE_COUNTRY_OR_REGION[] = "countryOrRegion"; variable
84 ACE_EXPORT extern const char LOCALE_COUNTRY_OR_REGION[];
712 res->SetProperty(runtime, LOCALE_COUNTRY_OR_REGION, countryOrRegion); in GetLocale()727 if (localeJson->GetValue(LOCALE_COUNTRY_OR_REGION) != nullptr && in SetLocale()728 localeJson->GetValue(LOCALE_COUNTRY_OR_REGION)->IsString()) { in SetLocale()729 countryOrRegion = localeJson->GetValue(LOCALE_COUNTRY_OR_REGION)->GetString(); in SetLocale()