Home | History | Annotate | Download | only in unicode

Lines Matching full:will

79  *  Codepage -> Unicode. Any unmapped and legal characters will be
157 The error code U_INVALID_CHAR_FOUND will be set. */
165 The error code U_ILLEGAL_CHAR_FOUND will be set. */
170 The error code U_INVALID_CHAR_FOUND will be set. */
194 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
210 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
281 * @param err Return value will be set to success if the callback was handled,
282 * otherwise this value will be set to a failure status.
296 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
310 * @param err Return value will be set to success if the callback was handled,
311 * otherwise this value will be set to a failure status.
326 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the
334 * it will substitute the illegal sequence with the substitution characters.
340 * it will substitute the illegal sequence with the substitution characters.
346 * it will substitute the illegal sequence with the substitution characters.
352 * it will substitute the illegal sequence with the substitution characters.
358 * it will substitute the illegal sequence with the substitution characters.
367 * @param err Return value will be set to success if the callback was handled,
368 * otherwise this value will be set to a failure status.
395 * @param err Return value will be set to success if the callback was handled,
396 * otherwise this value will be set to a failure status.
409 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or
421 * @param err Return value will be set to success if the callback was handled,
422 * otherwise this value will be set to a failure status.
435 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the
446 * @param err Return value will be set to success if the callback was handled,
447 * otherwise this value will be set to a failure status.