Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:MATCH_ALL

127569   static const int MATCH_ALL = (UChar32)'%';
127590 if( !prevEscape && uPattern==MATCH_ALL ){
127594 /* Skip any MATCH_ALL or MATCH_ONE characters that follow a
127595 ** MATCH_ALL. For each MATCH_ONE, skip one character in the
127598 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){