Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c34963 static const unsigned char sqlite3Utf8Trans1[] = { variable
35078 c = sqlite3Utf8Trans1[c-0xc0]; \
35096 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
35129 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8ReadLimited()
207095 static const unsigned char sqlite3Utf8Trans1[] = {
207109 c = sqlite3Utf8Trans1[c-0xc0]; \
259300 static const unsigned char sqlite3Utf8Trans1[] = {
259314 c = sqlite3Utf8Trans1[c-0xc0]; \