Home | History | Annotate | Download | only in cintltst

Lines Matching full:errorcode

1035     UErrorCode errorCode = U_ZERO_ERROR;
1048 contextLength = u_parseString(str, contextCPs, 99, NULL, &errorCode);
1050 if(U_FAILURE(errorCode)) {
1062 u_parseString(s, codepoints, 99, NULL, &errorCode);
1063 if(U_FAILURE(errorCode)) {
1244 UErrorCode errorCode = U_ZERO_ERROR;
1245 strcpy(backupPath, loadTestData(&errorCode));