Home | History | Annotate | Download | only in common

Lines Matching refs:pErrorCode

1032            UErrorCode *pErrorCode) {
1040 UErrorCode *pErrorCode) {
1058 while(source<sourceLimit && U_SUCCESS(*pErrorCode)) {
1106 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1120 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1122 T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC(pArgs, pErrorCode);
1130 T_UConverter_toUnicode_UTF32_LE(pArgs, pErrorCode);
1132 T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC(pArgs, pErrorCode);
1157 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1160 T_UConverter_toUnicode_UTF32_LE(pArgs, pErrorCode);
1168 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1181 UErrorCode *pErrorCode) {
1184 return T_UConverter_getNextUChar_UTF32_BE(pArgs, pErrorCode);
1186 return T_UConverter_getNextUChar_UTF32_LE(pArgs, pErrorCode);