Searched refs:MATCH_ALL (Results 1 – 2 of 2) sorted by relevance
2339 MATCH_ALL, /* a combination of the last two */ enumerator2428 case MATCH_ALL: in test88e_child1()2472 case MATCH_ALL: in test88e_child2()2507 case MATCH_ALL: in test88e_child3()2584 if (match == MATCH_ALL) { in sub88e()2640 case MATCH_ALL: in sub88e()2708 case MATCH_ALL: in sub88e()2736 case MATCH_ALL: in sub88e()
145094 static const int MATCH_ALL = (UChar32)'%';145115 if( !prevEscape && uPattern==MATCH_ALL ){145123 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){