Home | History | Annotate | Download | only in unicode

Lines Matching full:toascii

30  * The RFC defines 2 operations: ToASCII and ToUnicode. Domain labels 
32 * ToASCII operation before passing it to resolver libraries. Domain names
41 * The input and output of ToASCII and ToUnicode operations are Unicode
42 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
46 * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string).
78 * This function implements the ToASCII operation as defined in the IDNA RFC.
145 * verification of decoded ACE input by applying toASCII and comparing
273 * applying toASCII) match using an case-insensitive ASCII comparison.