Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c818 static int utf8Len(unsigned char c, int N){ in utf8Len() function
923 pFrom->nByte = utf8Len((unsigned char)z[i], n-i); in editDist3FromStringNew()
1026 a2[i2].nByte = utf8Len((unsigned char)z2[i2], n2-i2); in editDist3Core()