Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c21159 static const unsigned char sqlite3Utf8Trans1[] = { variable
21265 c = sqlite3Utf8Trans1[c-0xc0]; \
21283 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
140864 static const unsigned char sqlite3Utf8Trans1[] = {
140878 c = sqlite3Utf8Trans1[c-0xc0]; \