Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:errorCode

996             UErrorCode errorCode = U_ZERO_ERROR;
1018 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
1019 if (U_FAILURE(errorCode)) {
1020 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));