Home | History | Annotate | Download | only in dist

Lines Matching defs:MATCH_ALL

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