Searched defs:sqlite3Utf8Trans1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dutf.c52 static const unsigned char sqlite3Utf8Trans1[] = { variable
158 c = sqlite3Utf8Trans1[c-0xc0]; \
177 c = sqlite3Utf8Trans1[c-0xc0];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c19711 static const unsigned char sqlite3Utf8Trans1[] = { variable
19817 c = sqlite3Utf8Trans1[c-0xc0]; \
19836 c = sqlite3Utf8Trans1[c-0xc0];
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c21758 static const unsigned char sqlite3Utf8Trans1[] = { local
21864 c = sqlite3Utf8Trans1[c-0xc0]; \
21882 c = sqlite3Utf8Trans1[c-0xc0];
143918 static const unsigned char sqlite3Utf8Trans1[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21758 static const unsigned char sqlite3Utf8Trans1[] = { local
21864 c = sqlite3Utf8Trans1[c-0xc0]; \
21882 c = sqlite3Utf8Trans1[c-0xc0];
143950 static const unsigned char sqlite3Utf8Trans1[] = { local
[all...]

Completed in 519 milliseconds