Home | History | Annotate | Download | only in unicode

Lines Matching full:will

79  *  Codepage -> Unicode. Any unmapped and legal characters will be
150 The error code U_INVALID_CHAR_FOUND will be set. */
158 The error code U_ILLEGAL_CHAR_FOUND will be set. */
163 The error code U_INVALID_CHAR_FOUND will be set. */
187 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
203 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
274 * @param err Return value will be set to success if the callback was handled,
275 * otherwise this value will be set to a failure status.
289 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
303 * @param err Return value will be set to success if the callback was handled,
304 * otherwise this value will be set to a failure status.
319 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the
327 * it will substitute the illegal sequence with the substitution characters.
333 * it will substitute the illegal sequence with the substitution characters.
339 * it will substitute the illegal sequence with the substitution characters.
345 * it will substitute the illegal sequence with the substitution characters.
351 * it will substitute the illegal sequence with the substitution characters.
360 * @param err Return value will be set to success if the callback was handled,
361 * otherwise this value will be set to a failure status.
388 * @param err Return value will be set to success if the callback was handled,
389 * otherwise this value will be set to a failure status.
402 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or
414 * @param err Return value will be set to success if the callback was handled,
415 * otherwise this value will be set to a failure status.
428 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the
439 * @param err Return value will be set to success if the callback was handled,
440 * otherwise this value will be set to a failure status.