Home | History | Annotate | Download | only in common

Lines Matching defs:localStatus

1115         UErrorCode localStatus;
1133 localStatus = U_ZERO_ERROR;
1134 ucnv_close(ucnv_createConverter(&tempConverter, NULL, &localStatus));
1139 localStatus = U_ZERO_ERROR;
1140 converterName = uenum_next(allConvEnum, NULL, &localStatus);
1141 if (ucnv_canCreateConverter(converterName, &localStatus)) {