Home | History | Annotate | Download | only in unicode

Lines Matching full:operation

513  * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
514 * This operation is done on <b>single labels</b> before sending it to something that expects
524 * ToASCII operation before passing it to resolver libraries. Domain names
526 * ToUnicode operation before displaying the domain name to the user.
535 * multiple times to an input string will yield the same result as applying the operation
548 * If unassigned code points are found the operation fails with
557 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
580 * IDNA2003: This function implements the ToUnicode operation as defined in the IDNA RFC.
581 * This operation is done on <b>single labels</b> before sending it to something that expects
593 * If unassigned code points are found the operation fails with
599 * required on toUnicode operation because the RFC mandates
605 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
628 * IDNA2003: Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
629 * This operation is done on complete domain names, e.g: "www.example.com".
630 * It is important to note that this operation can fail. If it fails, then the input
647 * If unassigned code points are found the operation fails with
656 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
678 * IDNA2003: Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
679 * This operation is done on complete domain names, e.g: "www.example.com".
694 * If unassigned code points are found the operation fails with
703 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
742 * If unassigned code points are found the operation fails with
751 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR