Lines Matching refs:eTextRep
4334 ** ^The fourth parameter, eTextRep, specifies what
4340 ** times with the same function but with different values of eTextRep.
4392 int eTextRep,
4402 int eTextRep,
4412 int eTextRep,
4779 ** ^(The third argument (eTextRep) must be one of the constants:
4787 ** ^The eTextRep argument determines the encoding of strings passed
4789 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
4791 ** ^The [SQLITE_UTF16_ALIGNED] value for eTextRep forces strings to begin
4799 ** with different eTextRep parameters and SQLite will use whichever
4807 ** by the eTextRep argument. The collating function must return an
4812 ** to the same collation name (using different eTextRep values) then all
4849 int eTextRep,
4856 int eTextRep,
4864 int eTextRep,
4898 void(*)(void*,sqlite3*,int eTextRep,const char*)
4903 void(*)(void*,sqlite3*,int eTextRep,const void*)
9763 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*);
9764 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*);
85370 ** number of arguments may be returned even if the eTextRep flag does not
91062 int eTextRep,const char*));
91064 int eTextRep,const void*));
113697 int eTextRep,
113708 rc = sqlite3CreateFunc(db, zFunc8, nArg, eTextRep, p, xFunc, xStep, xFinal,0);
114938 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*)
114956 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*)