Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c1063 const void *zUtf16; in test_create_function() local
1068 zUtf16 = sqlite3ValueText(pVal, SQLITE_UTF16NATIVE); in test_create_function()
1072 rc = sqlite3_create_function16(db, zUtf16, in test_create_function()
3046 const void *zUtf16; in test_collate() local
3060 zUtf16 = sqlite3ValueText(pVal, SQLITE_UTF16NATIVE); in test_collate()
3064 rc = sqlite3_create_collation16(db, zUtf16, SQLITE_UTF16BE, in test_collate()