Home | History | Annotate | Download | only in cintltst

Lines Matching defs:customClasses

3786     static const UCharDirection customClasses[] = {
3805 static const int nEntries = LENGTHOF(customClasses);
3809 return c >= nEntries ? U_BIDI_CLASS_DEFAULT : customClasses[c];