Home | History | Annotate | Download | only in intltest

Lines Matching refs:newChar

707     UChar newChar;
713 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
714 randomSkeleton += newChar;