Home | History | Annotate | Download | only in common

Lines Matching defs:match

743 bracketAddOpening(BracketData *bd, UChar match, int32_t position) {
758 pOpening->match=match;
775 if(qOpening->match>=0) /* not an N0c match */
785 closingPosition=-(qOpening->match);
787 qOpening->match=0; /* prevent further changes */
808 An unstable match can occur only when applying N0c, where
852 pOpening->match=-position;
857 bd->openings[k--].match=0;
864 if(qOpening->match>0)
865 qOpening->match=0;
880 UChar c, match;
886 if(bd->openings[idx].match!=c)
888 /* We have a match */
917 match=u_getBidiPairedBracket(c); /* get the matching char */
919 match=0;
920 if(match!=c && /* has a matching char */
924 if(match==0x232A) { /* RIGHT-POINTING ANGLE BRACKET */
928 else if(match==0x3009) { /* RIGHT ANGLE BRACKET */
932 if(!bracketAddOpening(bd, match, position))