Home
last modified time | relevance | path

Searched refs:UNICODE_LIMIT (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dunicode.h18 UNICODE_LIMIT enumerator
/third_party/openssl/include/internal/
H A Dunicode.h18 UNICODE_LIMIT enumerator
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_utf8.c125 if (value < UNICODE_LIMIT) { in UTF8_putc()
/third_party/openssl/crypto/asn1/
H A Da_utf8.c125 if (value < UNICODE_LIMIT) { in UTF8_putc()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java63 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()
364 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie
368 private static final int I_LIMIT = UNICODE_LIMIT >> CodePointTrie.SHIFT_3;
389 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT;
413 private byte[] flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3];
1380 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java62 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()
356 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie
360 private static final int I_LIMIT = UNICODE_LIMIT >> CodePointTrie.SHIFT_3;
381 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT;
405 private byte[] flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3];
1372 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp32 constexpr int32_t UNICODE_LIMIT = 0x110000; member
36 constexpr int32_t I_LIMIT = UNICODE_LIMIT >> UCPTRIE_SHIFT_3;
57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT;
127 uint8_t flags[UNICODE_LIMIT >> UCPTRIE_SHIFT_3];
1322 uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; // index2Capacity in compactIndex()
1498 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp32 constexpr int32_t UNICODE_LIMIT = 0x110000; member
36 constexpr int32_t I_LIMIT = UNICODE_LIMIT >> UCPTRIE_SHIFT_3;
57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT;
127 uint8_t flags[UNICODE_LIMIT >> UCPTRIE_SHIFT_3];
1322 uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; // index2Capacity in compactIndex()
1498 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp32 constexpr int32_t UNICODE_LIMIT = 0x110000; member
36 constexpr int32_t I_LIMIT = UNICODE_LIMIT >> UCPTRIE_SHIFT_3;
57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT;
127 uint8_t flags[UNICODE_LIMIT >> UCPTRIE_SHIFT_3];
1322 uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; // index2Capacity in compactIndex()
1498 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c33 #define UNICODE_LIMIT 0x10FFFF macro
699 while (currCh <= UNICODE_LIMIT) { in TestRegressionUTF8()
702 while(currCh <= UNICODE_LIMIT in TestRegressionUTF8()
770 while (currCh <= UNICODE_LIMIT) { in TestRegressionUTF32()
773 while(currCh <= UNICODE_LIMIT in TestRegressionUTF32()

Completed in 17 milliseconds