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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiFmwk.java 169 private static char[] pseudoToUChar;
204 pseudoToUChar = new char[TABLE_SIZE];
208 pseudoToUChar[i] = 0xFFFD;
213 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ;
214 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' ';
215 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!';
216 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"';
217 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#';
218 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$';
219 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiFmwk.java 166 private static char[] pseudoToUChar;
201 pseudoToUChar = new char[TABLE_SIZE];
205 pseudoToUChar[i] = 0xFFFD;
210 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ;
211 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' ';
212 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!';
213 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"';
214 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#';
215 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$';
216 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 245 static UChar pseudoToUChar[TABLE_SIZE];
280 pseudoToUChar[i] = 0xFFFD;
285 pseudoToUChar[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ;
286 pseudoToUChar[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' ';
287 pseudoToUChar[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!';
288 pseudoToUChar[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"';
289 pseudoToUChar[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#';
290 pseudoToUChar[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$';
291 pseudoToUChar[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%';
292 pseudoToUChar[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''
    [all...]

Completed in 435 milliseconds