Searched refs:UNICODE_LIMIT (Results 1 – 5 of 5) sorted by relevance
62 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()356 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie360 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()
63 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()364 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie368 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()
32 constexpr int32_t UNICODE_LIMIT = 0x110000; variable36 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()
32 #define UNICODE_LIMIT 0x10FFFF macro710 while (currCh <= UNICODE_LIMIT) { in TestRegressionUTF8()713 while(currCh <= UNICODE_LIMIT in TestRegressionUTF8()781 while (currCh <= UNICODE_LIMIT) { in TestRegressionUTF32()784 while(currCh <= UNICODE_LIMIT in TestRegressionUTF32()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...