Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPunycode.java30 private static final int INITIAL_N = 0x80; field in Punycode
180 n=INITIAL_N; in encode()
256 return (ch < INITIAL_N); in isBasic()
310 n=INITIAL_N; in decode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java29 private static final int INITIAL_N = 0x80; field in Punycode
180 n=INITIAL_N; in encode()
256 return (ch < INITIAL_N); in isBasic()
313 n=INITIAL_N; in decode()
/third_party/icu/icu4c/source/common/
Dpunycode.cpp70 #define INITIAL_N 0x80 macro
290 n=INITIAL_N; in u_strToPunycode()
433 n=INITIAL_N; in u_strFromPunycode()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpunycode.cpp70 #define INITIAL_N 0x80 macro
294 n=INITIAL_N; in u_strToPunycode()
432 n=INITIAL_N; in u_strFromPunycode()
/third_party/node/deps/icu-small/source/common/
Dpunycode.cpp70 #define INITIAL_N 0x80 macro
290 n=INITIAL_N; in u_strToPunycode()
433 n=INITIAL_N; in u_strFromPunycode()
/third_party/skia/third_party/externals/icu/source/common/
Dpunycode.cpp70 #define INITIAL_N 0x80 macro
290 n=INITIAL_N; in u_strToPunycode()
433 n=INITIAL_N; in u_strFromPunycode()