Home | History | Annotate | Download | only in intltest

Lines Matching refs:classSet

3873             UnicodeSet *classSet = (UnicodeSet *)chClasses->elementAt(aClassNum);
3874 int32_t charIdx = m_rand() % classSet->size();
3875 UChar32 c = classSet->charAt(charIdx);