Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1258 static int utf8Read(const unsigned char *z, int n, int *pSize){ in utf8Read() function
1288 utf8Read((const unsigned char *)&zIn[i], nIn-i, &sz); in utf8Charlen()
1723 c = utf8Read(zIn, nIn, &sz); in transliterate()
1777 c = utf8Read((const unsigned char *)&zIn[i], nIn-i, &sz); in translen_to_charlen()
1866 c = utf8Read(zIn, nIn, &sz); in scriptCodeSqlFunc()