Searched refs:localeJson (Results 1 – 1 of 1) sorted by relevance
719 std::unique_ptr<JsonValue> localeJson = JsonUtil::ParseJsonString(arg->ToString(runtime)); in SetLocale() local721 if (localeJson) { in SetLocale()723 …if (localeJson->GetValue(LOCALE_LANGUAGE) != nullptr && localeJson->GetValue(LOCALE_LANGUAGE)->IsS… in SetLocale()724 language = localeJson->GetValue(LOCALE_LANGUAGE)->GetString(); in SetLocale()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()