Lines Matching refs:to
6 * By using this file, you agree to the terms and conditions set forth bellow.
25 * distribution the "Copyright Notice" refers to the following language:
28 * 4. The name of JPNIC may not be used to endorse or promote products
119 * 1. Local encoding to UTF-8 conversion
121 * 8859-1) to UTF-8.
123 * Maps certain characters to period (U+002E, FULL STOP).
137 * 6. UTF-8 to IDN encoding conversion.
138 * Converts the domain name from UTF-8 to ACE (e.g. Punycode).
145 * IDN_LOCALCONV -- perform local encoding to UTF-8 conversion (step 1)
153 * IDN_IDNCONV -- perform UTF-8 to IDN encoding conversion (step 6)
170 * The following flag does not corresponding to a particular action,
198 char *to, size_t tolen);
206 * Maps certain characters to period (U+002E, FULL STOP).
214 * 3. IDN encoding to UTF-8 conversion.
215 * Converts the domain name from ACE (e.g. Punycode) to UCS4.
219 * 5. Convert UTF-8 to local encoding.
220 * If a character in the domain name cannot be converted to local
231 * IDN_IDNCONV -- perform IDN encoding to UTF-8 conversion (step 3)
235 * IDN_LOCALCONV -- perform UTF-8 to local encoding conversion (step 5)
252 * 'actions' specifies what actions to take when decoding, and is
276 char *to, size_t tolen);
283 * two is whether the encoding conversion from auxiliary encoding to
284 * UTF-8 occurs prior to the actual decode process (read description
294 char *to, size_t tolen, const char *auxencoding);
297 * Convert `actions' to a string, and then return the string.
300 * Note that this function returns a pointer to static buffer.