Home | History | Annotate | Download | only in unicode

Lines Matching full:sequence

166     UCNV_IRREGULAR = 2,   /**< The codepoint is not a regular sequence in 
227 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
228 * @param length Size (in bytes) of the concerned codepage sequence
252 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
253 * @param length Size (in bytes) of the concerned codepage sequence
277 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
278 * @param length Size (in bytes) of the concerned codepage sequence
296 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
306 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
307 * @param length Size (in bytes) of the concerned codepage sequence
326 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the
331 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal
334 * it will substitute the illegal sequence with the substitution characters.
337 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal
340 * it will substitute the illegal sequence with the substitution characters.
343 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal
346 * it will substitute the illegal sequence with the substitution characters.
349 * <li>UCNV_ESCAPE_XML_DEC: Substitues the ILLEGAL SEQUENCE with the decimal
352 * it will substitute the illegal sequence with the substitution characters.
355 * <li>UCNV_ESCAPE_XML_HEX:Substitues the ILLEGAL SEQUENCE with the decimal
358 * it will substitute the illegal sequence with the substitution characters.
363 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
364 * @param length Size (in bytes) of the concerned codepage sequence
392 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
393 * @param length Size (in bytes) of the concerned codepage sequence
409 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or
418 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
419 * @param length Size (in bytes) of the concerned codepage sequence
435 * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the
443 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
444 * @param length Size (in bytes) of the concerned codepage sequence