Home
last modified time | relevance | path

Searched refs:PUNYCODE_TMAX (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dghostutils.c67 #define PUNYCODE_TMAX 26 macro
110 while (delta > ((PUNYCODE_BASE - PUNYCODE_TMIN) * PUNYCODE_TMAX) / 2) in adapt()
186 else if (k >= bias + PUNYCODE_TMAX) in punycode_encode()
187 t = PUNYCODE_TMAX; in punycode_encode()
628 else if (k >= bias + PUNYCODE_TMAX) in punycode_decode()
629 t = PUNYCODE_TMAX; in punycode_decode()