Home | History | Annotate | Download | only in i18n

Lines Matching refs:pErrorCode

6873                     UErrorCode *pErrorCode) {
6885 if (U_FAILURE(*pErrorCode)) {
6890 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
6896 const UCollator* uca = ucol_initUCA(pErrorCode);
6897 pErrorCode)) {