Searched defs:UCharToPseud2 (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBidiTest.java166 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */ field in class:BidiTest
198 UCharToPseud2 = new char[TABLE_SIZE];
202 UCharToPseud2[i] = '?';
229 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */
230 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */
231 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */
233 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */
234 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */
235 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */
236 pseudoToUChar['^'] = 0x202C; UCharToPseud2[
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c243 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ variable
275 UCharToPseud2[i] = '?';
302 pseudoToUChar[(uint8_t)'`'] = 0x0300; UCharToPseud2[0x00] = (uint8_t)'`'; /* NSM */
303 pseudoToUChar[(uint8_t)'@'] = 0x200E; UCharToPseud2[0x0E] = (uint8_t)'@'; /* LRM */
304 pseudoToUChar[(uint8_t)'&'] = 0x200F; UCharToPseud2[0x0F] = (uint8_t)'&'; /* RLM */
306 pseudoToUChar[(uint8_t)'|'] = 0x2029; UCharToPseud2[0x29] = (uint8_t)'|'; /* B */
307 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */
308 pseudoToUChar[(uint8_t)']'] = 0x202B; UCharToPseud2[0x2B] = (uint8_t)']'; /* RLE */
309 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
310 pseudoToUChar[(uint8_t)'{'] = 0x202D; UCharToPseud2[
[all...]

Completed in 99 milliseconds