Searched refs:UCharToPseudo (Results 1 – 3 of 3) sorted by relevance
167 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk202 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()206 UCharToPseudo[i] = '?'; in buildPseudoTables()210 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ; in buildPseudoTables()211 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' '; in buildPseudoTables()212 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!'; in buildPseudoTables()213 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"'; in buildPseudoTables()214 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#'; in buildPseudoTables()215 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$'; in buildPseudoTables()216 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'; in buildPseudoTables()[all …]
170 private static char[] UCharToPseudo; /* used for Unicode chars < 0x0100 */ field in BidiFmwk205 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()209 UCharToPseudo[i] = '?'; in buildPseudoTables()213 pseudoToUChar[ 0 ] = 0x0000; UCharToPseudo[0x00] = 0 ; in buildPseudoTables()214 pseudoToUChar[' '] = 0x0020; UCharToPseudo[0x20] = ' '; in buildPseudoTables()215 pseudoToUChar['!'] = 0x0021; UCharToPseudo[0x21] = '!'; in buildPseudoTables()216 pseudoToUChar['"'] = 0x0022; UCharToPseudo[0x22] = '"'; in buildPseudoTables()217 pseudoToUChar['#'] = 0x0023; UCharToPseudo[0x23] = '#'; in buildPseudoTables()218 pseudoToUChar['$'] = 0x0024; UCharToPseudo[0x24] = '$'; in buildPseudoTables()219 pseudoToUChar['%'] = 0x0025; UCharToPseudo[0x25] = '%'; in buildPseudoTables()[all …]
246 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */ variable281 UCharToPseudo[i] = '?'; in buildPseudoTables()285 pseudoToUChar[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ; in buildPseudoTables()286 pseudoToUChar[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' '; in buildPseudoTables()287 pseudoToUChar[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!'; in buildPseudoTables()288 pseudoToUChar[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"'; in buildPseudoTables()289 pseudoToUChar[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#'; in buildPseudoTables()290 pseudoToUChar[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$'; in buildPseudoTables()291 pseudoToUChar[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%'; in buildPseudoTables()292 pseudoToUChar[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''; in buildPseudoTables()[all …]