Home | History | Annotate | Download | only in cintltst

Lines Matching defs:TABLE_SIZE

223 #define TABLE_SIZE  256
225 static UChar pseudoToUChar[TABLE_SIZE];
226 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
227 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
256 for (i=0; i < TABLE_SIZE; i++) {