Home | History | Annotate | Download | only in cintltst

Lines Matching defs:strSize

931     UChar str[41]; /* create an array of UChar of size maximum strSize + 1 */
947 int strSize;
1004 strSize = (rand()%40) + 1;
1006 for(z = 0; z < strSize; z++){
1016 str[2%strSize] = uset_charAt(eSet, rand()%eSize);
1017 str[3%strSize] = uset_charAt(eSet, rand()%eSize);
1018 str[5%strSize] = uset_charAt(eSet, rand()%eSize);
1019 str[10%strSize] = uset_charAt(eSet, rand()%eSize);
1020 str[13%strSize] = uset_charAt(eSet, rand()%eSize);
1023 str[strSize-1] = '\0';