HomeSort by relevance Sort by last modified time
    Searched refs:UCharToPseud2 (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiFmwk.java 171 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */
203 UCharToPseud2 = new char[TABLE_SIZE];
207 UCharToPseud2[i] = '?';
234 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */
235 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */
236 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */
238 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */
239 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */
240 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */
241 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF *
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiFmwk.java 168 private static char[] UCharToPseud2; /* used for Unicode chars >=0x0100 */
200 UCharToPseud2 = new char[TABLE_SIZE];
204 UCharToPseud2[i] = '?';
231 pseudoToUChar['`'] = 0x0300; UCharToPseud2[0x00] = '`'; /* NSM */
232 pseudoToUChar['@'] = 0x200E; UCharToPseud2[0x0E] = '@'; /* LRM */
233 pseudoToUChar['&'] = 0x200F; UCharToPseud2[0x0F] = '&'; /* RLM */
235 pseudoToUChar['|'] = 0x2029; UCharToPseud2[0x29] = '|'; /* B */
236 pseudoToUChar['['] = 0x202A; UCharToPseud2[0x2A] = '['; /* LRE */
237 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */
238 pseudoToUChar['^'] = 0x202C; UCharToPseud2[0x2C] = '^'; /* PDF *
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 247 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
279 UCharToPseud2[i] = '?';
306 pseudoToUChar[(uint8_t)'`'] = 0x0300; UCharToPseud2[0x00] = (uint8_t)'`'; /* NSM */
307 pseudoToUChar[(uint8_t)'@'] = 0x200E; UCharToPseud2[0x0E] = (uint8_t)'@'; /* LRM */
308 pseudoToUChar[(uint8_t)'&'] = 0x200F; UCharToPseud2[0x0F] = (uint8_t)'&'; /* RLM */
310 pseudoToUChar[(uint8_t)'|'] = 0x2029; UCharToPseud2[0x29] = (uint8_t)'|'; /* B */
311 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */
312 pseudoToUChar[(uint8_t)']'] = 0x202B; UCharToPseud2[0x2B] = (uint8_t)']'; /* RLE */
313 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
314 pseudoToUChar[(uint8_t)'{'] = 0x202D; UCharToPseud2[0x2D] = (uint8_t)'{'; /* LRO *
    [all...]

Completed in 64 milliseconds