Lines Matching refs:BOM
4388 // We are not BOM aware.
4400 // We are not BOM aware.
4414 // We are not BOM aware.
4465 // If there is a BOM, then we trust it.
4466 auto bom_encoding = simdutf::BOM::check_bom(input, length);
4469 // without a BOM, so if it fits, go with that. Note that it is still
4471 // data without a BOM, it could pass as UTF-8.
4476 // The next most common encoding that might appear without BOM is probably
5657 namespace BOM {
5658 // Note that BOM for UTF8 is discouraged.
10681 // We are not BOM aware.
10695 // We are not BOM aware.
10706 // We are not BOM aware.
10729 // We are not BOM aware.
16741 // If there is a BOM, then we trust it.
16742 auto bom_encoding = simdutf::BOM::check_bom(input, length);
17447 // If there is a BOM, then we trust it.
17448 auto bom_encoding = simdutf::BOM::check_bom(input, length);
20661 // If there is a BOM, then we trust it.
20662 auto bom_encoding = simdutf::BOM::check_bom(input, length);
26149 // If there is a BOM, then we trust it.
26150 auto bom_encoding = simdutf::BOM::check_bom(input, length);
28147 // If there is a BOM, then we trust it.
28148 auto bom_encoding = simdutf::BOM::check_bom(input, length);
32531 // If there is a BOM, then we trust it.
32532 auto bom_encoding = simdutf::BOM::check_bom(input, length);