Lines Matching full:operation
31 * This function implements the ToASCII operation as defined in the IDNA draft.
32 * This operation is done on <b>single labels</b> before sending it to something that expects
46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
48 * If TRUE and the input does not statisfy STD3 rules, the operation
70 * This function implements the ToUnicode operation as defined in the IDNA draft.
71 * This operation is done on <b>single labels</b> before sending it to something that expects
84 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
86 * If TRUE and the input does not statisfy STD3 rules, the operation
108 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
109 * This operation is done on complete domain names, e.g: "www.example.com".
110 * It is important to note that this operation can fail. If it fails, then the input
127 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
129 * If TRUE and the input does not statisfy STD3 rules, the operation
150 * Convenience function that implements the IDNToUnicode operation as defined in the IDNA draft.
151 * This operation is done on complete domain names, e.g: "www.example.com".
166 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
168 * If TRUE and the input does not statisfy STD3 rules, the operation
206 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
208 * If TRUE and the input does not statisfy STD3 rules, the operation