Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutf.c379 u8 bom = 0; in sqlite3VdbeMemHandleBom() local
386 bom = SQLITE_UTF16BE; in sqlite3VdbeMemHandleBom()
389 bom = SQLITE_UTF16LE; in sqlite3VdbeMemHandleBom()
393 if( bom ){ in sqlite3VdbeMemHandleBom()
401 pMem->enc = bom; in sqlite3VdbeMemHandleBom()
H A Dshell.c.in4390 " --bom Put a UTF8 byte-order mark on intermediate file",
4469 " --bom Put a UTF8 byte-order mark at the beginning",
4492 " --bom Prefix output with a UTF8 byte-order mark",
9152 unsigned char zBOM[4]; /* Byte-order mark to using if --bom is present */
9166 if( cli_strcmp(z,"-bom")==0 ){
/sqlite-3.40.0/test/
H A Dshell1.test496 --bom Prefix output with a UTF8 byte-order mark
512 --bom Prefix output with a UTF8 byte-order mark