Searched refs:UCharToPseud2 (Results 1 – 3 of 3) sorted by relevance
168 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk200 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()204 UCharToPseud2[i] = '?'; in buildPseudoTables()231 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */ in buildPseudoTables()232 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */ in buildPseudoTables()233 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */ in buildPseudoTables()235 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */ in buildPseudoTables()236 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */ in buildPseudoTables()237 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */ in buildPseudoTables()238 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF */ in buildPseudoTables()[all …]
169 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk201 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()205 UCharToPseud2[i] = '?'; in buildPseudoTables()232 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */ in buildPseudoTables()233 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */ in buildPseudoTables()234 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */ in buildPseudoTables()236 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */ in buildPseudoTables()237 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */ in buildPseudoTables()238 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */ in buildPseudoTables()239 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF */ in buildPseudoTables()[all …]
245 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ variable277 UCharToPseud2[i] = '?'; in buildPseudoTables()304 pseudoToUChar[(uint8_t)'`'] = 0x0300; UCharToPseud2[0x00] = (uint8_t)'`'; /* NSM */ in buildPseudoTables()305 pseudoToUChar[(uint8_t)'@'] = 0x200E; UCharToPseud2[0x0E] = (uint8_t)'@'; /* LRM */ in buildPseudoTables()306 pseudoToUChar[(uint8_t)'&'] = 0x200F; UCharToPseud2[0x0F] = (uint8_t)'&'; /* RLM */ in buildPseudoTables()308 pseudoToUChar[(uint8_t)'|'] = 0x2029; UCharToPseud2[0x29] = (uint8_t)'|'; /* B */ in buildPseudoTables()309 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */ in buildPseudoTables()310 pseudoToUChar[(uint8_t)']'] = 0x202B; UCharToPseud2[0x2B] = (uint8_t)']'; /* RLE */ in buildPseudoTables()311 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */ in buildPseudoTables()312 pseudoToUChar[(uint8_t)'{'] = 0x202D; UCharToPseud2[0x2D] = (uint8_t)'{'; /* LRO */ in buildPseudoTables()[all …]