Home | History | Annotate | Download | only in intltest

Lines Matching full:loccount

676     int32_t locCount = 0;
677 const Locale* locList = Locale::getAvailableLocales(locCount);
679 if (locCount == 0)
682 logln(UnicodeString("Number of locales returned = ") + locCount);
684 for(int32_t i = 0; i < locCount; ++i)