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/
H A 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A 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/node/deps/openssl/openssl/crypto/
H A Dpunycode.c22 static const unsigned int initial_n = 0x80; variable
89 * let n = initial_n
121 unsigned int n = initial_n; in ossl_punycode_decode()
/third_party/openssl/crypto/
H A Dpunycode.c22 static const unsigned int initial_n = 0x80; variable
89 * let n = initial_n
121 unsigned int n = initial_n; in ossl_punycode_decode()
/third_party/node/deps/ada/
H A Dada.cpp7976 constexpr uint32_t initial_n = 128;
8006 uint32_t n = initial_n;
8066 uint32_t n = initial_n;
8124 uint32_t n = initial_n;

Completed in 25 milliseconds