Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java167 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk
199 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()
203 UCharToPseudo[i] = '?'; in buildPseudoTables()
207 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ; in buildPseudoTables()
208 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' '; in buildPseudoTables()
209 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!'; in buildPseudoTables()
210 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"'; in buildPseudoTables()
211 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#'; in buildPseudoTables()
212 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$'; in buildPseudoTables()
213 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'; in buildPseudoTables()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBidiFmwk.java168 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk
200 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()
204 UCharToPseudo[i] = '?'; in buildPseudoTables()
208 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ; in buildPseudoTables()
209 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' '; in buildPseudoTables()
210 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!'; in buildPseudoTables()
211 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"'; in buildPseudoTables()
212 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#'; in buildPseudoTables()
213 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$'; in buildPseudoTables()
214 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'; in buildPseudoTables()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c244 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */ variable
276 UCharToPseudo[i] = '?'; in buildPseudoTables()
280 pseudoToUChar[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ; in buildPseudoTables()
281 pseudoToUChar[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' '; in buildPseudoTables()
282 pseudoToUChar[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!'; in buildPseudoTables()
283 pseudoToUChar[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"'; in buildPseudoTables()
284 pseudoToUChar[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#'; in buildPseudoTables()
285 pseudoToUChar[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$'; in buildPseudoTables()
286 pseudoToUChar[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%'; in buildPseudoTables()
287 pseudoToUChar[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''; in buildPseudoTables()
[all …]