Searched refs:UNICODE_LIMIT (Results 1 – 5 of 5) sorted by relevance
66 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()373 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie377 private static final int I_LIMIT = UNICODE_LIMIT >> CodePointTrie.SHIFT_3;398 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT;422 private byte[] flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3];1389 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
65 builder.flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3]; in clone()366 private static final int UNICODE_LIMIT = 0x110000; field in MutableCodePointTrie370 private static final int I_LIMIT = UNICODE_LIMIT >> CodePointTrie.SHIFT_3;391 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT;415 private byte[] flags = new byte[UNICODE_LIMIT >> CodePointTrie.SHIFT_3];1382 if (realHighStart == UNICODE_LIMIT) { in compactTrie()
27 constexpr int32_t UNICODE_LIMIT = 0x110000; variable31 constexpr int32_t I_LIMIT = UNICODE_LIMIT >> UCPTRIE_SHIFT_3;52 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT;122 uint8_t flags[UNICODE_LIMIT >> UCPTRIE_SHIFT_3];1317 uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; // index2Capacity in compactIndex()1493 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/ ...