Home | History | Annotate | Download | only in intltest

Lines Matching defs:newChar

693     UChar newChar;
699 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
700 randomSkeleton += newChar;