Home | History | Annotate | Download | only in dist

Lines Matching refs:Le

3548 ** ^Conversions between UTF-16be and UTF-16le are always done in place and do
3674 ** work with UTF-8, UTF-16le, or UTF-16be. But some implementations may be
8480 u8 iPrefEnc; /* Preferred text encoding (SQLITE_UTF8, 16LE, 16BE) */
17497 ** UTF-16, UTF-16BE, and UTF-16LE.
19873 /* 78 */ "Le",
46540 ** is UTF-16le or UTF-16be do a translation.
52270 static const char *const encnames[] = {"(X)", "(8)", "(16LE)", "(16BE)"};
54137 /* Opcode: Le P1 P2 P3 P4 P5
70331 ** prefferred for UTF-8, the second UTF-16le, and the third UTF-16be.
70419 ** 2: A variable arguments function that uses UTF-16BE when UTF-16LE is
70425 ** prefers UTF-16LE when UTF-16BE is requested, or vice versa.
78145 ** PRAGMA encoding = "utf-8"|"utf-16"|"utf-16le"|"utf-16be"
78172 { "UTF-16le", SQLITE_UTF16LE }, /* Must be element [2] */
78617 ** meta[4] Db text encoding. 1:UTF-8 2:UTF-16LE 3:UTF-16BE
91791 "EQ", "GT", "LE", "LT",
92045 /* 202 */ "expr ::= expr LT|GT|GE|LE expr",
93564 case 202: /* expr ::= expr LT|GT|GE|LE expr */ yytestcase(yyruleno==202);