Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c34083 static const unsigned char sqlite3Utf8Trans1[] = { variable
34169 c = sqlite3Utf8Trans1[c-0xc0]; \
34187 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
34220 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8ReadLimited()
202478 static const unsigned char sqlite3Utf8Trans1[] = {
202492 c = sqlite3Utf8Trans1[c-0xc0]; \
252183 static const unsigned char sqlite3Utf8Trans1[] = {
252197 c = sqlite3Utf8Trans1[c-0xc0]; \