Lines Matching full:ascii
9 * encoding: US-ASCII
33 * ASCII names. A label is an individual part of a domain name. Labels are usually
40 * @param dest Output Unicode array with ACE encoded ASCII label.
44 * - idnaref_UNASSIGNED Unassigned values can be converted to ASCII for query operations
47 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
59 * @return Number of ASCII characters converted.
72 * ASCII names. A label is an individual part of a domain name. Labels are usually
76 * @param src Input ASCII (ACE encoded) label.
82 * - idnaref_UNASSIGNED Unassigned values can be converted to ASCII for query operations
85 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
119 * @param src Input ASCII IDN.
125 * - idnaref_UNASSIGNED Unassigned values can be converted to ASCII for query operations
128 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
140 * @return Number of ASCII characters converted.
160 * @param dest Output ASCII array.
164 * - idnaref_UNASSIGNED Unassigned values can be converted to ASCII for query operations
167 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
179 * @return Number of ASCII characters converted.
192 * considered equal if and only if their ASCII forms (obtained by
193 * applying toASCII) match using an case-insensitive ASCII comparison.
204 * - idnaref_UNASSIGNED Unassigned values can be converted to ASCII for query operations
207 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions