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

/haiku/src/kits/locale/
H A DLocaleRoster.cpp239 const char* const* countryList = uloc_getISOCountries(); local
241 for (i = 0; countryList[i] != NULL; i++)
242 countries->AddString("country", countryList[i]);

Completed in 16 milliseconds