Searched refs:countryTable (Results 1 – 1 of 1) sorted by relevance
77 const char* const* countryTable = Locale::getISOCountries(); in main() local79 for (int i=0; countryTable[i] != NULL; i++) { in main()81 printf("%s\t", countryTable[i]); in main()