Home | History | Annotate | Download | only in orig

Lines Matching defs:MATCH_ALL

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