Home | History | Annotate | Download | only in intltest

Lines Matching refs:locCount

680     int32_t locCount = 0;
681 const Locale* locList = Locale::getAvailableLocales(locCount);
683 if (locCount == 0)
686 logln(UnicodeString("Number of locales returned = ") + locCount);
688 for(int32_t i = 0; i < locCount; ++i)