• Home
  • Raw
  • Download

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()
645 UErrorCode *pErrorCode) { in _UTF16LEFromUnicodeWithOffsets() argument
671 pErrorCode); in _UTF16LEFromUnicodeWithOffsets()
677 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEFromUnicodeWithOffsets()
815 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEFromUnicodeWithOffsets()
822 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEFromUnicodeWithOffsets()
833 pErrorCode); in _UTF16LEFromUnicodeWithOffsets()
837 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) { in _UTF16LEFromUnicodeWithOffsets()
838 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEFromUnicodeWithOffsets()
849 UErrorCode *pErrorCode) { in _UTF16LEToUnicodeWithOffsets() argument
859 _UTF16ToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16LEToUnicodeWithOffsets()
873 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
936 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
943 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1053 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
1056 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1063 *pErrorCode=U_ILLEGAL_CHAR_FOUND; in _UTF16LEToUnicodeWithOffsets()
1067 if(U_SUCCESS(*pErrorCode)) { in _UTF16LEToUnicodeWithOffsets()
1071 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in _UTF16LEToUnicodeWithOffsets()
1183 UErrorCode *pErrorCode) { in _UTF16LEOpen() argument
1187 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in _UTF16LEOpen()
1281 UErrorCode *pErrorCode) { in _UTF16Open() argument
1295 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in _UTF16Open()
1318 UErrorCode *pErrorCode) { in _UTF16ToUnicodeWithOffsets() argument
1336 while(source<sourceLimit && U_SUCCESS(*pErrorCode)) { in _UTF16ToUnicodeWithOffsets()
1403 *pErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE; in _UTF16ToUnicodeWithOffsets()
1412 _UTF16BEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1418 _UTF16LEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1442 _UTF16BEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1445 _UTF16LEToUnicodeWithOffsets(pArgs, pErrorCode); in _UTF16ToUnicodeWithOffsets()
1458 UErrorCode *pErrorCode) { in _UTF16GetNextUChar() argument
1461 return _UTF16BEGetNextUChar(pArgs, pErrorCode); in _UTF16GetNextUChar()
1463 return _UTF16LEGetNextUChar(pArgs, pErrorCode); in _UTF16GetNextUChar()