Home | History | Annotate | Download | only in cintltst

Lines Matching full:x0100

220 static uint8_t UCharToPseudo[TABLE_SIZE];    /* used for Unicode chars < 0x0100 */
221 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
361 output[i] = uchar < 0x0100 ? UCharToPseudo[uchar] :