Home | History | Annotate | Download | only in encoding

Lines Matching full:encode

57     if (expected == "does not encode")
66 if (expected == "allowed" || expected == "does not encode")
226 /* ICU won't encode these characters in IDN, thus we should always get 'host not found'. */
227 testIDNCharacter(0x2028, "does not encode");
228 testIDNCharacter(0x2029, "does not encode");
229 testIDNCharacter(0x2FF0, "does not encode");
230 testIDNCharacter(0x2FF1, "does not encode");
231 testIDNCharacter(0x2FF2, "does not encode");
232 testIDNCharacter(0x2FF3, "does not encode");
233 testIDNCharacter(0x2FF4, "does not encode");
234 testIDNCharacter(0x2FF5, "does not encode");
235 testIDNCharacter(0x2FF6, "does not encode");
236 testIDNCharacter(0x2FF7, "does not encode");
237 testIDNCharacter(0x2FF8, "does not encode");
238 testIDNCharacter(0x2FF9, "does not encode");
239 testIDNCharacter(0x2FFA, "does not encode");
240 testIDNCharacter(0x2FFB, "does not encode");
241 testIDNCharacter(0xFFF9, "does not encode");
242 testIDNCharacter(0xFFFA, "does not encode");
243 testIDNCharacter(0xFFFB, "does not encode");
244 testIDNCharacter(0xFFFC, "does not encode");
245 testIDNCharacter(0xFFFD, "does not encode");
247 /* ICU won't encode these characters if they're not the first character in the host name.
250 testIDNCharacter(0x05C3, "disallowed", "does not encode");
251 testIDNCharacter(0x05F4, "disallowed", "does not encode");
252 testIDNCharacter(0x06D4, "disallowed", "does not encode");
253 testIDNCharacter(0x0702, "disallowed", "does not encode");
255 /* ICU won't encode these characters if they're the first character in the host name.
265 testIDNCharacter(0x200B, "does not encode", "");
266 testIDNCharacter(0x3002, "does not encode", ".");
267 testIDNCharacter(0xFF0E, "does not encode", ".");
268 testIDNCharacter(0xFF61, "does not encode", ".");
269 testIDNCharacter(0xFEFF, "does not encode", "");