Searched refs:theICUError (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dreapits.c1312 UErrorCode theICUError = U_ZERO_ERROR; local
1328 theRegEx = uregex_openC(thePattern, 0, NULL, &theICUError);
1329 TEST_ASSERT_SUCCESS(theICUError);
1332 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError);
1333 TEST_ASSERT_SUCCESS(theICUError);
1339 destFieldsSize, &theICUError);
1341 TEST_ASSERT(theICUError == U_BUFFER_OVERFLOW_ERROR);
1344 if(theICUError == U_BUFFER_OVERFLOW_ERROR)
1346 theICUError = U_ZERO_ERROR;
1349 destFields, destFieldsSize, &theICUError);
[all...]

Completed in 94 milliseconds