Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c34392 static const unsigned char sqlite3Utf8Trans1[] = { variable
34478 c = sqlite3Utf8Trans1[c-0xc0]; \
34496 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
34529 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8ReadLimited()
204101 static const unsigned char sqlite3Utf8Trans1[] = {
204115 c = sqlite3Utf8Trans1[c-0xc0]; \
254130 static const unsigned char sqlite3Utf8Trans1[] = {
254144 c = sqlite3Utf8Trans1[c-0xc0]; \