Home
last modified time | relevance | path

Searched refs:tscii_next_state (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/iconvdata/
Dtscii.c104 tscii_next_state[(data->__statep->__count >> 4) & 0x0f]; \
274 static const uint32_t tscii_next_state[6] = variable
347 *statep = tscii_next_state[(*statep >> 4) & 0x0f]; \