Lines Matching refs:pErrorCode
46 UErrorCode *pErrorCode) { in u_strFromUTF32WithSub() argument
55 if(U_FAILURE(*pErrorCode)){ in u_strFromUTF32WithSub()
62 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strFromUTF32WithSub()
117 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF32WithSub()
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()
145 UErrorCode *pErrorCode) { in u_strFromUTF32() argument
150 pErrorCode); in u_strFromUTF32()
160 UErrorCode *pErrorCode) { in u_strToUTF32WithSub() argument
170 if(U_FAILURE(*pErrorCode)){ in u_strToUTF32WithSub()
177 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strToUTF32WithSub()
219 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF32WithSub()
240 u_terminateUChar32s(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF32WithSub()
251 UErrorCode *pErrorCode) { in u_strToUTF32() argument
256 pErrorCode); in u_strToUTF32()
266 UErrorCode *pErrorCode){ in u_strFromUTF8WithSub() argument
268 if(U_FAILURE(*pErrorCode)) { in u_strFromUTF8WithSub()
275 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strFromUTF8WithSub()
330 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF8WithSub()
370 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF8WithSub()
435 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF8WithSub()
472 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF8WithSub()
514 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromUTF8WithSub()
534 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub()
545 UErrorCode *pErrorCode){ in u_strFromUTF8() argument
550 pErrorCode); in u_strFromUTF8()
559 UErrorCode *pErrorCode) { in u_strFromUTF8Lenient() argument
566 if(U_FAILURE(*pErrorCode)){ in u_strFromUTF8Lenient()
573 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strFromUTF8Lenient()
676 *pErrorCode = U_BUFFER_OVERFLOW_ERROR; in u_strFromUTF8Lenient()
765 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient()
799 UErrorCode *pErrorCode){ in u_strToUTF8WithSub() argument
807 if(U_FAILURE(*pErrorCode)){ in u_strToUTF8WithSub()
815 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strToUTF8WithSub()
863 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF8WithSub()
892 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF8WithSub()
957 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF8WithSub()
1005 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF8WithSub()
1035 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strToUTF8WithSub()
1052 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF8WithSub()
1062 UErrorCode *pErrorCode){ in u_strToUTF8() argument
1067 pErrorCode); in u_strToUTF8()
1078 UErrorCode *pErrorCode) { in u_strFromJavaModifiedUTF8WithSub() argument
1080 if(U_FAILURE(*pErrorCode)) { in u_strFromJavaModifiedUTF8WithSub()
1087 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strFromJavaModifiedUTF8WithSub()
1116 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1187 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromJavaModifiedUTF8WithSub()
1236 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromJavaModifiedUTF8WithSub()
1287 *pErrorCode = U_INVALID_CHAR_FOUND; in u_strFromJavaModifiedUTF8WithSub()
1308 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1319 UErrorCode *pErrorCode) { in u_strToJavaModifiedUTF8() argument
1328 if(U_FAILURE(*pErrorCode)){ in u_strToJavaModifiedUTF8()
1334 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in u_strToJavaModifiedUTF8()
1351 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()
1449 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()