Lines Matching refs:newChar
712 UChar newChar;718 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {719 randomSkeleton += newChar;