Home | History | Annotate | Download | only in intltest

Lines Matching refs:locCount

715     int32_t locCount = 0;
716 const Locale* locList = BreakIterator::getAvailableLocales(locCount);
718 if (locCount == 0)
722 for (i = 0; i < locCount; ++i) {