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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1349 UErrorCode theICUError = U_ZERO_ERROR; local
1365 theRegEx = uregex_openC(thePattern, 0, NULL, &theICUError);
1366 TEST_ASSERT_SUCCESS(theICUError);
1369 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError);
1370 TEST_ASSERT_SUCCESS(theICUError);
1376 destFieldsSize, &theICUError);
1378 TEST_ASSERT(theICUError == U_BUFFER_OVERFLOW_ERROR);
1381 if(theICUError == U_BUFFER_OVERFLOW_ERROR)
1383 theICUError = U_ZERO_ERROR;
1386 destFields, destFieldsSize, &theICUError);
[all...]

Completed in 162 milliseconds