Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c35810 static const unsigned char sqlite3Utf8Trans1[] = { variable
35925 c = sqlite3Utf8Trans1[c-0xc0]; \
35943 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
35976 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8ReadLimited()
211660 static const unsigned char sqlite3Utf8Trans1[] = { variable
211674 c = sqlite3Utf8Trans1[c-0xc0]; \
265250 static const unsigned char sqlite3Utf8Trans1[] = { variable
265264 c = sqlite3Utf8Trans1[c-0xc0]; \