Home
last modified time | relevance | path

Searched refs:systemCountries (Results 1 - 1 of 1) sorted by relevance

/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp519 std::vector<std::string> systemCountries; in GetSystemCountriesImpl() local
520 LocaleConfig::GetSystemCountries(systemCountries); in GetSystemCountriesImpl()
522 status = napi_create_array_with_length(env, systemCountries.size(), &result); in GetSystemCountriesImpl()
527 for (size_t i = 0; i < systemCountries.size(); i++) { in GetSystemCountriesImpl()
529 status = napi_create_string_utf8(env, systemCountries[i].c_str(), NAPI_AUTO_LENGTH, &value); in GetSystemCountriesImpl()

Completed in 3 milliseconds