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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java 164 private static char[] pseudoToUChar;
196 pseudoToUChar = new char[TABLE_SIZE];
200 pseudoToUChar[i] = 0xFFFD;
205 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ;
206 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' ';
207 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!';
208 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"';
209 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#';
210 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$';
211 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 241 static UChar pseudoToUChar[TABLE_SIZE];
273 pseudoToUChar[i] = 0xFFFD;
278 pseudoToUChar[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ;
279 pseudoToUChar[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' ';
280 pseudoToUChar[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!';
281 pseudoToUChar[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"';
282 pseudoToUChar[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#';
283 pseudoToUChar[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$';
284 pseudoToUChar[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%';
285 pseudoToUChar[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''
    [all...]

Completed in 49 milliseconds