Searched refs:zUtf16 (Results 1 – 1 of 1) sorted by relevance
1063 const void *zUtf16; in test_create_function() local1068 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() local3060 zUtf16 = sqlite3ValueText(pVal, SQLITE_UTF16NATIVE); in test_collate()3064 rc = sqlite3_create_collation16(db, zUtf16, SQLITE_UTF16BE, in test_collate()