Lines Matching refs:CAP
710 enum { CAP = 256 }; in _expectRules() enumerator
711 UChar rules[CAP]; in _expectRules()
737 enum { CAP = 256 }; in _expect() enumerator
738 UChar from[CAP]; in _expect()
739 UChar to[CAP]; in _expect()
740 UChar buf[CAP]; in _expect()
761 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status); in _expect()
772 char actual[CAP]; in _expect()
782 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status); in _expect()
783 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status); in _expect()
794 char actual[CAP]; in _expect()
816 char actual[CAP]; in _expect()
840 char actual[CAP]; in _expect()