Lines Matching refs:pErrorCode
36 UErrorCode *pErrorCode);
49 UErrorCode *pErrorCode) { in _UTF16BEFromUnicodeWithOffsets() argument
75 pErrorCode); in _UTF16BEFromUnicodeWithOffsets()
81 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEFromUnicodeWithOffsets()
219 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16BEFromUnicodeWithOffsets()
226 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16BEFromUnicodeWithOffsets()
237 pErrorCode); in _UTF16BEFromUnicodeWithOffsets()
241 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) { in _UTF16BEFromUnicodeWithOffsets()
242 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEFromUnicodeWithOffsets()
253 UErrorCode *pErrorCode) { in _UTF16BEToUnicodeWithOffsets() argument
263 _UTF16ToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16BEToUnicodeWithOffsets()
277 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEToUnicodeWithOffsets()
340 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEToUnicodeWithOffsets()
347 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16BEToUnicodeWithOffsets()
457 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEToUnicodeWithOffsets()
460 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16BEToUnicodeWithOffsets()
467 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16BEToUnicodeWithOffsets()
471 if(U_SUCCESS(*pErrorCode)) { in _UTF16BEToUnicodeWithOffsets()
475 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16BEToUnicodeWithOffsets()
587 UErrorCode *pErrorCode) { in _UTF16BEOpen() argument
591 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in _UTF16BEOpen()
648 UErrorCode *pErrorCode) { in _UTF16LEFromUnicodeWithOffsets() argument
674 pErrorCode); in _UTF16LEFromUnicodeWithOffsets()
680 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEFromUnicodeWithOffsets()
818 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEFromUnicodeWithOffsets()
825 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEFromUnicodeWithOffsets()
836 pErrorCode); in _UTF16LEFromUnicodeWithOffsets()
840 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) { in _UTF16LEFromUnicodeWithOffsets()
841 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEFromUnicodeWithOffsets()
852 UErrorCode *pErrorCode) { in _UTF16LEToUnicodeWithOffsets() argument
862 _UTF16ToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16LEToUnicodeWithOffsets()
876 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
939 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
946 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1056 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
1059 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1066 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1070 if(U_SUCCESS(*pErrorCode)) { in _UTF16LEToUnicodeWithOffsets()
1074 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
1186 UErrorCode *pErrorCode) { in _UTF16LEOpen() argument
1190 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in _UTF16LEOpen()
1287 UErrorCode *pErrorCode) { in _UTF16Open() argument
1301 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in _UTF16Open()
1324 UErrorCode *pErrorCode) { in _UTF16ToUnicodeWithOffsets() argument
1342 while(source<sourceLimit && U_SUCCESS(*pErrorCode)) { in _UTF16ToUnicodeWithOffsets()
1409 *pErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE; in _UTF16ToUnicodeWithOffsets()
1418 _UTF16BEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1424 _UTF16LEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1448 _UTF16BEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1451 _UTF16LEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1464 UErrorCode *pErrorCode) { in _UTF16GetNextUChar() argument
1467 return _UTF16BEGetNextUChar(pArgs, pErrorCode); in _UTF16GetNextUChar()
1469 return _UTF16LEGetNextUChar(pArgs, pErrorCode); in _UTF16GetNextUChar()