Home
last modified time | relevance | path

Searched defs:MAX_UNICODE (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/maint/
DGenerateUcd.py263 MAX_UNICODE = 0x110000 variable
/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
/third_party/icu/icu4c/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java292 private static final int MAX_UNICODE = 0x10ffff; field in CodePointTrie
DMutableCodePointTrie.java354 private static final int MAX_UNICODE = 0x10ffff; field in MutableCodePointTrie
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java304 private static final int MAX_UNICODE = 0x10ffff; field in CodePointTrie
DMutableCodePointTrie.java362 private static final int MAX_UNICODE = 0x10ffff; field in MutableCodePointTrie
/third_party/python/Python/
Dfileutils.c44 #define MAX_UNICODE 0x10ffff macro
/third_party/python/Objects/
Dunicodeobject.c106 #define MAX_UNICODE 0x10ffff macro