Searched refs:countryTable (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 36 milliseconds