Home | History | Annotate | Download | only in intltest

Lines Matching refs:classSet

4500             UnicodeSet *classSet = (UnicodeSet *)chClasses->elementAt(aClassNum);
4501 int32_t charIdx = m_rand() % classSet->size();
4502 UChar32 c = classSet->charAt(charIdx);