Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutf.c52 static const unsigned char sqlite3Utf8Trans1[] = { variable
138 c = sqlite3Utf8Trans1[c-0xc0]; \
156 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode.c35 static const unsigned char sqlite3Utf8Trans1[] = { variable
49 c = sqlite3Utf8Trans1[c-0xc0]; \
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tokenize.c186 static const unsigned char sqlite3Utf8Trans1[] = { variable
200 c = sqlite3Utf8Trans1[c-0xc0]; \
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1243 static const unsigned char sqlite3Utf8Trans1[] = { variable
1269 c = sqlite3Utf8Trans1[c-0xc0]; in utf8Read()