Searched refs:UCharToPseudo (Results 1 – 3 of 3) sorted by relevance
167 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk199 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 …]
168 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk200 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 …]
244 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */ variable276 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 …]