Searched refs:initial_n (Results 1 – 3 of 3) sorted by relevance
45 static const unsigned initial_n = 128; variable92 unsigned n = initial_n; in wind_punycode_label_toascii()
441 initial_n = 128 = 0x80569 let n = initial_n598 code point) can be omitted if initial_n exceeds all basic code points599 (which is true for Punycode), because n is never less than initial_n.628 let n = initial_n660 code points less than initial_n are basic code points (which is true664 omitted if initial_n exceeds all basic code points (which is true for666 initial_n.714 L, then no delta could ever exceed (M - initial_n) * (L + 1), and1354 initial_bias = 72, initial_n = 0x80, delimiter = 0x2D };[all …]
22 static const unsigned int initial_n = 0x80; variable121 unsigned int n = initial_n; in ossl_punycode_decode()