Lines Matching refs:eTextRep
3784 ** ^The fourth parameter, eTextRep, specifies what
3790 ** times with the same function but with different values of eTextRep.
3842 int eTextRep,
3852 int eTextRep,
3862 int eTextRep,
4229 ** ^(The third argument (eTextRep) must be one of the constants:
4237 ** ^The eTextRep argument determines the encoding of strings passed
4239 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
4241 ** ^The [SQLITE_UTF16_ALIGNED] value for eTextRep forces strings to begin
4249 ** with different eTextRep parameters and SQLite will use whichever
4257 ** by the eTextRep argument. The collating function must return an
4262 ** to the same collation name (using different eTextRep values) then all
4299 int eTextRep,
4306 int eTextRep,
4314 int eTextRep,
4348 void(*)(void*,sqlite3*,int eTextRep,const char*)
4353 void(*)(void*,sqlite3*,int eTextRep,const void*)