Searched refs:utf8State (Results 1 – 1 of 1) sorted by relevance
1036 int utf8State = UTF8_START; in readString() local1042 switch (utf8State) { in readString()1048 utf8State = UTF8_2BYTE; in readString()1051 utf8State = UTF8_3BYTE_1; in readString()1054 utf8State = UTF8_ILLEGAL; in readString()1061 utf8State = utf8State == UTF8_3BYTE_1 ? UTF8_3BYTE_2 : UTF8_START; in readString()1063 utf8State = UTF8_ILLEGAL; in readString()1070 if (utf8State == UTF8_START) { in readString()