Home | History | Annotate | Download | only in unicode

Lines Matching full:toascii

86      * IDNA option for nontransitional processing in ToASCII().
88 * <p>By default, ToASCII() uses transitional processing.
428 * This is only checked in ToASCII
435 * This is only checked in ToASCII operations, and only if the output domain name is all-ASCII.
515 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
524 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
526 * ToASCII operation before passing it to resolver libraries. Domain names
535 * The input and output of ToASCII and ToUnicode operations are Unicode
536 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
540 * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string).
602 * verification of decoded ACE input by applying toASCII and comparing
731 * applying toASCII) match using an case-insensitive ASCII comparison.