Home | History | Annotate | Download | only in i18n

Lines Matching refs:findStatus

1181     UErrorCode  findStatus = *status;
1182 while (uregex_findNext(regexp2, &findStatus)) {
1188 if (U_FAILURE(findStatus)) {
1192 *status = findStatus;