Home | History | Annotate | Download | only in unicode

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
164 UCNV_RESET = 3, /**< The callback is called with this reason when a
165 'reset' has occured. Callback should reset all
168 callback should release any allocated memory.*/
173 by the new converter, the callback must clone
182 * The structure for the fromUnicode callback function parameter.
198 * The structure for the toUnicode callback function parameter.
215 * This From Unicode callback STOPS at the ILLEGAL_SEQUENCE,
218 * @param context Pointer to the callback's private data
223 * @param reason Defines the reason the callback was invoked
240 * This To Unicode callback STOPS at the ILLEGAL_SEQUENCE,
243 * @param context Pointer to the callback's private data
247 * @param reason Defines the reason the callback was invoked
261 * This From Unicode callback skips any ILLEGAL_SEQUENCE, or
265 * @param context The function currently recognizes the callback options:
273 * @param reason Defines the reason the callback was invoked
274 * @param err Return value will be set to success if the callback was handled,
289 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
292 * callback.
294 * @param context The function currently recognizes the callback options:
302 * @param reason Defines the reason the callback was invoked
303 * @param err Return value will be set to success if the callback was handled,
319 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the
322 * @param context The function currently recognizes the callback options:
359 * @param reason Defines the reason the callback was invoked
360 * @param err Return value will be set to success if the callback was handled,
376 * This To Unicode callback skips any ILLEGAL_SEQUENCE, or
380 * @param context The function currently recognizes the callback options:
387 * @param reason Defines the reason the callback was invoked
388 * @param err Return value will be set to success if the callback was handled,
402 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or
406 * @param context The function currently recognizes the callback options:
413 * @param reason Defines the reason the callback was invoked
414 * @param err Return value will be set to success if the callback was handled,
428 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the
432 * @param context This function currently recognizes the callback options:
438 * @param reason Defines the reason the callback was invoked
439 * @param err Return value will be set to success if the callback was handled,