Home
last modified time | relevance | path

Searched refs:bom (Results 1 – 15 of 15) 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
291 if (bom == 0xfffe || bom == 0xfeff) { in wind_ucs2read()
292 little = (bom == 0xfffe); in wind_ucs2read()
349 uint16_t bom = 0xfffe; in wind_ucs2write() local
355 p[0] = (bom ) & 0xff; in wind_ucs2write()
356 p[1] = (bom >> 8) & 0xff; in wind_ucs2write()
358 p[1] = (bom ) & 0xff; in wind_ucs2write()
359 p[0] = (bom >> 8) & 0xff; in wind_ucs2write()
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c70 ac_uint2 bom; member
176 if (hdr.bom == 0xfffe) { in _ucprop_load()
211 if (hdr.bom == 0xfffe) { in _ucprop_load()
228 if (hdr.bom == 0xfffe) { in _ucprop_load()
357 if (hdr.bom == 0xfffe) { in _uccase_load()
382 if (hdr.bom == 0xfffe) { in _uccase_load()
552 if (hdr.bom == 0xfffe) { in _uccomp_load()
569 if (hdr.bom == 0xfffe) { in _uccomp_load()
750 if (hdr.bom == 0xfffe) { in _ucdcmp_load()
768 if (hdr.bom == 0xfffe) { in _ucdcmp_load()
[all …]
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_utf1632.c261 const char *bom = &_bom[0]; in _citrus_UTF1632_wcrtomb_priv() local
276 bom += 2; in _citrus_UTF1632_wcrtomb_priv()
281 memcpy(s, bom, cnt); in _citrus_UTF1632_wcrtomb_priv()
/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
385 for (pu += bom; pu < pumax; pu++) in parse()
420 for (pu += bom; pu < pumax; pu++) in parse()
481 bom = 0; in parse()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc167 write_bom(range<C, A>& to, const unsigned char (&bom)[N]) in write_bom()
174 memcpy(to.next, bom, N); in write_bom()
182 read_bom(range<C, A>& from, const unsigned char (&bom)[N]) in read_bom()
187 if (from.nbytes() >= N && !memcmp(from.next, bom, N)) in read_bom()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc167 write_bom(range<C, A>& to, const unsigned char (&bom)[N]) in write_bom()
174 memcpy(to.next, bom, N); in write_bom()
182 read_bom(range<C, A>& from, const unsigned char (&bom)[N]) in read_bom()
187 if (from.nbytes() >= N && !memcmp(from.next, bom, N)) in read_bom()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d519 immutable bom = bomSeq.schema; variable
523 with(BOM) switch (bom)
534 with(BOM) switch (bom)
558 with(BOM) switch (bom)
/netbsd-src/external/public-domain/tz/dist/
H A Daustralasia111 # http://www.bom.gov.au/climate/averages/tables/dst_times.shtml
1091 # http://www.bom.gov.au/climate/averages/tables/dst_times.shtml
1185 # http://www.bom.gov.au/climate/averages/tables/daysavtm.shtml
1305 # http://www.bom.gov.au/faq/faqgen.htm
/netbsd-src/share/misc/
H A Ddomains169 .bom Núcleo de Informação e Coordenação do Ponto BR - NIC.br
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20035618 * testsuite/22_locale/codecvt/unicode/char.cc: Remove bom usage.
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c34441 u8 bom = 0; in sqlite3VdbeMemHandleBom() local
34448 bom = SQLITE_UTF16BE; in sqlite3VdbeMemHandleBom()
34451 bom = SQLITE_UTF16LE; in sqlite3VdbeMemHandleBom()
34455 if( bom ){ in sqlite3VdbeMemHandleBom()
34463 pMem->enc = bom; in sqlite3VdbeMemHandleBom()
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
H A Dcvs.texinfo7155 O @sc{cvs} faz um bom trabalho escondendo estes tais
/netbsd-src/share/dict/
H A Dweb224494 bom
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS38718 3bc26289f49ad5037172748300ad2581 gcc/testsuite/gcc.dg/diagnostic-input-utf8-bom.c
88996 217a4af57a6135fdce2cb65b05e3941c gcc/testsuite/go.test/test/bom.go
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS77658 217a4af57a6135fdce2cb65b05e3941c gcc/testsuite/go.test/test/bom.go