Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:MATCH_ALL

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