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