Searched refs:UCharToPseud2 (Results 1 – 3 of 3) sorted by relevance
171 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk206 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()210 UCharToPseud2[i] = '?'; in buildPseudoTables()237 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */ in buildPseudoTables()238 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */ in buildPseudoTables()239 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */ in buildPseudoTables()241 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */ in buildPseudoTables()242 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */ in buildPseudoTables()243 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */ in buildPseudoTables()244 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF */ in buildPseudoTables()[all …]
168 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk203 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()207 UCharToPseud2[i] = '?'; in buildPseudoTables()234 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */ in buildPseudoTables()235 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */ in buildPseudoTables()236 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */ in buildPseudoTables()238 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */ in buildPseudoTables()239 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */ in buildPseudoTables()240 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */ in buildPseudoTables()241 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF */ in buildPseudoTables()[all …]
247 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ variable282 UCharToPseud2[i] = '?'; in buildPseudoTables()309 pseudoToUChar[(uint8_t)'`'] = 0x0300; UCharToPseud2[0x00] = (uint8_t)'`'; /* NSM */ in buildPseudoTables()310 pseudoToUChar[(uint8_t)'@'] = 0x200E; UCharToPseud2[0x0E] = (uint8_t)'@'; /* LRM */ in buildPseudoTables()311 pseudoToUChar[(uint8_t)'&'] = 0x200F; UCharToPseud2[0x0F] = (uint8_t)'&'; /* RLM */ in buildPseudoTables()313 pseudoToUChar[(uint8_t)'|'] = 0x2029; UCharToPseud2[0x29] = (uint8_t)'|'; /* B */ in buildPseudoTables()314 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */ in buildPseudoTables()315 pseudoToUChar[(uint8_t)']'] = 0x202B; UCharToPseud2[0x2B] = (uint8_t)']'; /* RLE */ in buildPseudoTables()316 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */ in buildPseudoTables()317 pseudoToUChar[(uint8_t)'{'] = 0x202D; UCharToPseud2[0x2D] = (uint8_t)'{'; /* LRO */ in buildPseudoTables()[all …]