Searched refs:bom (Results 1 – 3 of 3) sorted by relevance
379 u8 bom = 0; in sqlite3VdbeMemHandleBom() local386 bom = SQLITE_UTF16BE; in sqlite3VdbeMemHandleBom()389 bom = SQLITE_UTF16LE; in sqlite3VdbeMemHandleBom()393 if( bom ){ in sqlite3VdbeMemHandleBom()401 pMem->enc = bom; in sqlite3VdbeMemHandleBom()
4390 " --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 ){
496 --bom Prefix output with a UTF8 byte-order mark512 --bom Prefix output with a UTF8 byte-order mark