Home | History | Annotate | Download | only in intltest

Lines Matching refs:locCount

706     int32_t locCount = 0;
707 const Locale* locList = BreakIterator::getAvailableLocales(locCount);
709 if (locCount == 0)
713 for (i = 0; i < locCount; ++i) {