Home | History | Annotate | Download | only in dist

Lines Matching refs:bom

17510 ** BOM or Byte Order Mark:
18245 u8 bom = 0;
18252 bom = SQLITE_UTF16BE;
18255 bom = SQLITE_UTF16LE;
18259 if( bom ){
18267 pMem->enc = bom;