Lines Matching refs:match
180 // match one of the specs. Exit the outer loop if a
181 // partial match is detected and isIncremental is true.
194 UBool match = TRUE;
200 // a partial match, so we return if in
206 match = FALSE;
212 match = FALSE;
217 if (match) {
222 // Check for partial match in incremental mode.
240 match = (digitCount >= minDigits);
242 if (match) {
245 // Check for partial match in incremental mode.
249 match = FALSE;
254 match = FALSE;
259 if (match) {
260 // At this point, we have a match