Home | History | Annotate | Download | only in intltest

Lines Matching refs:cLength

839         int32_t cLength=U16_LENGTH(c);
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;