Home | History | Annotate | Download | only in intltest

Lines Matching refs:status1

267     UErrorCode status1 = U_ZERO_ERROR;
268 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1);
269 if( U_FAILURE(status1)) {
282 status1 = U_ZERO_ERROR;
283 selFmt1->applyPattern( pattern, status1);
284 if (U_FAILURE(status1)) {
296 status1 = U_ZERO_ERROR;
301 selFmt1->format( keyWord, result , ignore , status1);
302 if (U_FAILURE(status1)) {
312 status1 = U_ZERO_ERROR;
316 selFmt1->format( testArgs, result1 , ignore , status1);
317 if (U_FAILURE(status1)) {