Home
last modified time | relevance | path

Searched refs:UCharToPseud2 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java168 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk
200 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 …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBidiFmwk.java169 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in BidiFmwk
201 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 …]
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c245 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ variable
277 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 …]