Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c35840 static const unsigned char sqlite3Utf8Trans1[] = { variable
35955 c = sqlite3Utf8Trans1[c-0xc0]; \
35973 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
36006 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8ReadLimited()
211978 static const unsigned char sqlite3Utf8Trans1[] = { variable
211992 c = sqlite3Utf8Trans1[c-0xc0]; \
265997 static const unsigned char sqlite3Utf8Trans1[] = { variable
266011 c = sqlite3Utf8Trans1[c-0xc0]; \