Home | History | Annotate | Download | only in common

Lines Matching refs:localStatus

1186     UErrorCode localStatus = U_ZERO_ERROR;
1189 localStatus = U_MEMORY_ALLOCATION_ERROR;
1191 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus);
1193 if (U_FAILURE(localStatus)) {
1199 error(localStatus);