Searched refs:checkForBOM (Results 1 – 6 of 6) sorted by relevance
76 size_t checkForBOM(const char*, size_t);
389 size_t TextResourceDecoder::checkForBOM(const char* data, size_t len) in checkForBOM() function in WebCore::TextResourceDecoder629 lengthOfBOM = checkForBOM(data, len); in decode()
17049 (WebCore::TextResourceDecoder::checkForBOM):32600 (WebCore::Decoder::checkForBOM): Factored out of decode.
18586 (WebCore::TextResourceDecoder::checkForBOM):18589 (WebCore::TextDecoder::checkForBOM):
21285 * platform/text/TextDecoder.cpp: (WebCore::TextDecoder::checkForBOM): Skip the BOM if it's37756 (WebCore::TextDecoder::checkForBOM):
31470 … (WebCore::TextResourceDecoder::checkForBOM): Removed a FIXME saying that a BOM could override