Home | History | Annotate | Download | only in cintltst

Lines Matching refs:TABLE_SIZE

237 #define TABLE_SIZE  256
239 static UChar pseudoToUChar[TABLE_SIZE];
240 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
241 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
270 for (i=0; i < TABLE_SIZE; i++) {