Lines Matching full:callback
31 * contexts in this header can modify the default behavior of the callback.
97 * FROM_U, TO_U context options for sub callback
103 * FROM_U, TO_U context options for skip callback
171 UCNV_RESET = 3, /**< The callback is called with this reason when a
172 'reset' has occured. Callback should reset all
175 callback should release any allocated memory.*/
180 by the new converter, the callback must clone
189 * The structure for the fromUnicode callback function parameter.
205 * The structure for the toUnicode callback function parameter.
222 * This From Unicode callback STOPS at the ILLEGAL_SEQUENCE,
225 * @param context Pointer to the callback's private data
230 * @param reason Defines the reason the callback was invoked
247 * This To Unicode callback STOPS at the ILLEGAL_SEQUENCE,
250 * @param context Pointer to the callback's private data
254 * @param reason Defines the reason the callback was invoked
268 * This From Unicode callback skips any ILLEGAL_SEQUENCE, or
272 * @param context The function currently recognizes the callback options:
280 * @param reason Defines the reason the callback was invoked
281 * @param err Return value will be set to success if the callback was handled,
296 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
299 * callback.
301 * @param context The function currently recognizes the callback options:
309 * @param reason Defines the reason the callback was invoked
310 * @param err Return value will be set to success if the callback was handled,
326 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the
329 * @param context The function currently recognizes the callback options:
366 * @param reason Defines the reason the callback was invoked
367 * @param err Return value will be set to success if the callback was handled,
383 * This To Unicode callback skips any ILLEGAL_SEQUENCE, or
387 * @param context The function currently recognizes the callback options:
394 * @param reason Defines the reason the callback was invoked
395 * @param err Return value will be set to success if the callback was handled,
409 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or
413 * @param context The function currently recognizes the callback options:
420 * @param reason Defines the reason the callback was invoked
421 * @param err Return value will be set to success if the callback was handled,
435 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the
439 * @param context This function currently recognizes the callback options:
445 * @param reason Defines the reason the callback was invoked
446 * @param err Return value will be set to success if the callback was handled,