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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dutf8.c286 uint16_t bom = (p[0] << 8) + p[1]; local
287 if (bom == 0xfffe || bom == 0xfeff) {
288 little = (bom == 0xfffe);
345 uint16_t bom = 0xfffe; local
351 p[0] = (bom >> 8) & 0xff;
352 p[1] = (bom ) & 0xff;
354 p[1] = (bom ) & 0xff;
355 p[0] = (bom >> 8) & 0xff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dutf8.c286 uint16_t bom = (p[0] << 8) + p[1]; local
287 if (bom == 0xfffe || bom == 0xfeff) {
288 little = (bom == 0xfffe);
345 uint16_t bom = 0xfffe; local
351 p[0] = (bom >> 8) & 0xff;
352 p[1] = (bom ) & 0xff;
354 p[1] = (bom ) & 0xff;
355 p[0] = (bom >> 8) & 0xff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dutf8.c286 uint16_t bom = (p[0] << 8) + p[1]; local
287 if (bom == 0xfffe || bom == 0xfeff) {
288 little = (bom == 0xfffe);
345 uint16_t bom = 0xfffe; local
351 p[0] = (bom >> 8) & 0xff;
352 p[1] = (bom ) & 0xff;
354 p[1] = (bom ) & 0xff;
355 p[0] = (bom >> 8) & 0xff;

Completed in 164 milliseconds