Home
last modified time | relevance | path

Searched refs:countryTable (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/locale/
H A DICUTest.cpp77 const char* const* countryTable = Locale::getISOCountries(); in main() local
79 for (int i=0; countryTable[i] != NULL; i++) { in main()
81 printf("%s\t", countryTable[i]); in main()