Home
last modified time | relevance | path

Searched refs:READ_UTF16LE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c20161 #define READ_UTF16LE(zIn, TERM, c){ \ macro
20359 READ_UTF16LE(zIn, zIn<zTerm, c); in sqlite3VdbeMemTranslate()
20553 READ_UTF16LE(z, 1, c); in sqlite3Utf16ByteLen()
20595 READ_UTF16LE(z, 1, c); in sqlite3UtfSelfTest()
/NextBSD/contrib/sqlite3/
HDsqlite3.c23489 #define READ_UTF16LE(zIn, TERM, c){ \
23683 READ_UTF16LE(zIn, zIn<zTerm, c);
23851 READ_UTF16LE(z, 1, c);
23893 READ_UTF16LE(z, 1, c);