Home | History | Annotate | Download | only in cintltst

Lines Matching defs:CAP

576     enum { CAP = 256 };
577 UChar rules[CAP];
603 enum { CAP = 256 };
604 UChar from[CAP];
605 UChar to[CAP];
606 UChar buf[CAP];
627 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status);
638 char actual[CAP];
648 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status);
649 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status);
660 char actual[CAP];
682 char actual[CAP];
706 char actual[CAP];