Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/maint/
DGenerateUcd.py263 MAX_UNICODE = 0x110000 variable
317 table = [default_value] * MAX_UNICODE
397 mult = MAX_UNICODE / len(table)
565 bprops = [[] for _ in range(MAX_UNICODE)]
631 bool_props = [0] * MAX_UNICODE
634 for c in range(MAX_UNICODE):
655 for c in range(MAX_UNICODE):
663 for c in range(MAX_UNICODE):
703 caseless_offsets = [0] * MAX_UNICODE
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java96 int initialValue = map.get(MAX_UNICODE); in fromCodePointMap()
129 if (c < 0 || MAX_UNICODE < c) { in get()
163 if (start < 0 || MAX_UNICODE < start) { in getRange()
169 range.set(start, MAX_UNICODE, value); in getRange()
235 range.set(start, MAX_UNICODE, value); in getRange()
253 if (c < 0 || MAX_UNICODE < c) { in set()
276 if (start < 0 || MAX_UNICODE < start || end < 0 || MAX_UNICODE < end || start > end) { in setRange()
362 private static final int MAX_UNICODE = 0x10ffff; field in MutableCodePointTrie
1376 highValue = get(MAX_UNICODE); in compactTrie()
DCodePointTrie.java304 private static final int MAX_UNICODE = 0x10ffff; field in CodePointTrie
324 if (start < 0 || MAX_UNICODE < start) { in getRange()
331 range.set(start, MAX_UNICODE, value); in getRange()
465 c = MAX_UNICODE; in getRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java94 int initialValue = map.get(MAX_UNICODE); in fromCodePointMap()
126 if (c < 0 || MAX_UNICODE < c) { in get()
158 if (start < 0 || MAX_UNICODE < start) { in getRange()
164 range.set(start, MAX_UNICODE, value); in getRange()
230 range.set(start, MAX_UNICODE, value); in getRange()
247 if (c < 0 || MAX_UNICODE < c) { in set()
269 if (start < 0 || MAX_UNICODE < start || end < 0 || MAX_UNICODE < end || start > end) { in setRange()
354 private static final int MAX_UNICODE = 0x10ffff; field in MutableCodePointTrie
1368 highValue = get(MAX_UNICODE); in compactTrie()
DCodePointTrie.java292 private static final int MAX_UNICODE = 0x10ffff; field in CodePointTrie
311 if (start < 0 || MAX_UNICODE < start) { in getRange()
318 range.set(start, MAX_UNICODE, value); in getRange()
452 c = MAX_UNICODE; in getRange()
/third_party/icu/icu4c/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
261 if ((uint32_t)start > MAX_UNICODE) { in getRange()
273 return MAX_UNICODE; in getRange()
408 return MAX_UNICODE; in getRange()
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
271 if ((uint32_t)c > MAX_UNICODE) { in get()
298 if ((uint32_t)start > MAX_UNICODE) { in getRange()
307 return MAX_UNICODE; in getRange()
371 return MAX_UNICODE; in getRange()
471 if ((uint32_t)c > MAX_UNICODE) { in set()
498 if ((uint32_t)start > MAX_UNICODE || (uint32_t)end > MAX_UNICODE || start > end) { in setRange()
1494 highValue = get(MAX_UNICODE); in compactTrie()
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
261 if ((uint32_t)start > MAX_UNICODE) { in getRange()
273 return MAX_UNICODE; in getRange()
408 return MAX_UNICODE; in getRange()
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
271 if ((uint32_t)c > MAX_UNICODE) { in get()
298 if ((uint32_t)start > MAX_UNICODE) { in getRange()
307 return MAX_UNICODE; in getRange()
371 return MAX_UNICODE; in getRange()
471 if ((uint32_t)c > MAX_UNICODE) { in set()
498 if ((uint32_t)start > MAX_UNICODE || (uint32_t)end > MAX_UNICODE || start > end) { in setRange()
1494 highValue = get(MAX_UNICODE); in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp247 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
261 if ((uint32_t)start > MAX_UNICODE) { in getRange()
273 return MAX_UNICODE; in getRange()
408 return MAX_UNICODE; in getRange()
Dumutablecptrie.cpp30 constexpr int32_t MAX_UNICODE = 0x10ffff; variable
271 if ((uint32_t)c > MAX_UNICODE) { in get()
298 if ((uint32_t)start > MAX_UNICODE) { in getRange()
307 return MAX_UNICODE; in getRange()
371 return MAX_UNICODE; in getRange()
471 if ((uint32_t)c > MAX_UNICODE) { in set()
498 if ((uint32_t)start > MAX_UNICODE || (uint32_t)end > MAX_UNICODE || start > end) { in setRange()
1494 highValue = get(MAX_UNICODE); in compactTrie()
/third_party/python/Objects/
Dunicodeobject.c103 #define MAX_UNICODE 0x10ffff macro
286 assert(value <= MAX_UNICODE); in unicode_fill()
615 CHECK(maxchar <= MAX_UNICODE); in _PyUnicode_CheckConsistency()
754 assert(ch <= MAX_UNICODE); in backslashreplace()
829 assert(ch <= MAX_UNICODE); in xmlcharrefreplace()
1439 if (maxchar > MAX_UNICODE) { in PyUnicode_New()
1806 if (*maxchar > MAX_UNICODE) { in find_maxchar_surrogates()
1809 ch, MAX_UNICODE); in find_maxchar_surrogates()
2175 assert(ch <= MAX_UNICODE); in unicode_char()
2931 if (ordinal < 0 || ordinal > MAX_UNICODE) { in unicode_fromformat_arg()
[all …]
/third_party/python/Python/
Dfileutils.c42 #define MAX_UNICODE 0x10ffff macro
112 if (ch > MAX_UNICODE) { in is_valid_wide_char()
/third_party/python/Objects/stringlib/
Dcodecs.h438 assert(ch <= MAX_UNICODE); in STRINGLIB()