Home | History | Annotate | Download | only in cintltst

Lines Matching defs:CAP

644     enum { CAP = 256 };
645 UChar rules[CAP];
671 enum { CAP = 256 };
672 UChar from[CAP];
673 UChar to[CAP];
674 UChar buf[CAP];
695 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status);
706 char actual[CAP];
716 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status);
717 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status);
728 char actual[CAP];
750 char actual[CAP];
774 char actual[CAP];