Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp52 initial_bias = 72, initial_n = 0x80, delimiter = 0x2D }; enumerator
139 n = initial_n; in punycode_encode()
229 n = initial_n; in punycode_decode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java53 private static final int initial_n = 0x80; field in PunycodeReference
146 n = initial_n; in encode()
307 n = initial_n; in decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java56 private static final int initial_n = 0x80; field in PunycodeReference
149 n = initial_n; in encode()
310 n = initial_n; in decode()
/third_party/node/deps/openssl/openssl/crypto/
Dpunycode.c22 static const unsigned int initial_n = 0x80; variable
121 unsigned int n = initial_n; in ossl_punycode_decode()
/third_party/openssl/crypto/
Dpunycode.c22 static const unsigned int initial_n = 0x80; variable
121 unsigned int n = initial_n; in ossl_punycode_decode()
/third_party/node/deps/ada/
Dada.cpp7974 constexpr uint32_t initial_n = 128; variable
8004 uint32_t n = initial_n; in punycode_to_utf32()
8064 uint32_t n = initial_n; in verify_punycode()
8122 uint32_t n = initial_n; in utf32_to_punycode()