Home | History | Annotate | Download | only in unicode

Lines Matching full:error

27  * A note about error codes and overflow.  Unlike other ICU functions,
28 * these functions do not expect the error status to be U_ZERO_ERROR.
29 * Callbacks must be much more careful about their error codes.
30 * The error codes used here are in/out parameters, which should be passed
31 * back in the callback's error parameter.
35 * the data did not fit in the target. But this isn't a failing error,
36 * in fact, ucnv_cbfromUWriteBytes may be called AGAIN with the error
79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
81 * in the converter error buffer.
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
101 * in the converter error buffer.
112 * This function will write out the error character(s) to the target UChar buffer.
118 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
137 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
153 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>