Home | History | Annotate | Download | only in i18n

Lines Matching full:match

179         // match one of the specs.  Exit the outer loop if a
180 // partial match is detected and isIncremental is true.
193 UBool match = TRUE;
199 // a partial match, so we return if in
205 match = FALSE;
211 match = FALSE;
216 if (match) {
221 // Check for partial match in incremental mode.
239 match = (digitCount >= minDigits);
241 if (match) {
244 // Check for partial match in incremental mode.
248 match = FALSE;
253 match = FALSE;
258 if (match) {
259 // At this point, we have a match