• Home
  • Raw
  • Download

Lines Matching full:ascii

68      * Option to check whether the input conforms to the STD3 ASCII rules,
70 * (ASCII Letters, Digits and Hyphen-Minus).
215 * Converts a single domain name label into its ASCII form for DNS lookup.
217 * the result might not be an ASCII string.
271 * Converts a whole domain name into its ASCII form for DNS lookup.
273 * the result might not be an ASCII string.
329 * Converts a single domain name label into its ASCII form for DNS lookup.
375 * Converts a whole domain name into its ASCII form for DNS lookup.
434 * This is only checked in ToASCII operations, and only if the output label is all-ASCII.
441 * This is only checked in ToASCII operations, and only if the output domain name is all-ASCII.
523 * ASCII names. A label is an individual part of a domain name. Labels are usually
531 * containing non-ASCII code points are processed by the
550 * @param dest Output UChar array with ASCII (ACE encoded) label.
555 * and do not use STD3 ASCII rules
559 * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations
563 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
593 * @param src Input UChar array containing ASCII (ACE encoded) label.
600 * and do not use STD3 ASCII rules
604 * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations
611 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
649 * @param dest Output UChar array with ASCII (ACE encoded) IDN.
654 * and do not use STD3 ASCII rules
658 * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations
662 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
694 * @param src Input UChar array containing IDN in ASCII (ACE encoded) form.
701 * and do not use STD3 ASCII rules
705 * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations
709 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
736 * considered equal if and only if their ASCII forms (obtained by
737 * applying toASCII) match using an case-insensitive ASCII comparison.
749 * and do not use STD3 ASCII rules
753 * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations
757 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions