Lines Matching refs:pErrorCode
192 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode)
196 if (pErrorCode == NULL || U_FAILURE(*pErrorCode)) {
203 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
207 uscript_setRunText(result, src, length, pErrorCode);
210 if (U_FAILURE(*pErrorCode)) {
240 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode)
242 if (pErrorCode == NULL || U_FAILURE(*pErrorCode)) {
247 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;