Lines Matching refs:pErrorCode
1639 UParseError *parseError, UErrorCode *pErrorCode) {
1640 if(U_FAILURE(*pErrorCode)) { return NULL; }
1642 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
1647 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1651 coll->internalBuildTailoring(r, strength, normalizationMode, parseError, NULL, *pErrorCode);
1652 if(U_FAILURE(*pErrorCode)) {