Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dutf8.c290 uint16_t bom = (p[0] << 8) + p[1]; in wind_ucs2read() local
349 uint16_t bom = 0xfffe; in wind_ucs2write() local
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_utf1632.c261 const char *bom = &_bom[0]; in _citrus_UTF1632_wcrtomb_priv() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c367 unsigned bom = 1; // assume there's a BOM in parse() local
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c70 ac_uint2 bom; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d519 immutable bom = bomSeq.schema; variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c34441 u8 bom = 0; in sqlite3VdbeMemHandleBom() local