Lines Matching full:punycode
10 * file name: punycode.cpp
22 punycode.c 0.4.0 (2001-Nov-17-Sat)
57 #include "punycode.h"
61 /* Punycode ----------------------------------------------------------------- */
63 /* Punycode parameters for Bootstring */
145 /* Punycode-specific Bootstring code ---------------------------------------- */
149 * that are not used with the Punycode parameter set.
327 … /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt in u_strToPunycode()
471 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt in u_strFromPunycode()
517 /* not needed for Punycode: */ in u_strFromPunycode()
588 /* ### check notes on overflow handling - only necessary if not IDNA? are these Punycode functions …