Home
last modified time | relevance | path

Searched refs:checkForBOM (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.h76 size_t checkForBOM(const char*, size_t);
DTextResourceDecoder.cpp389 size_t TextResourceDecoder::checkForBOM(const char* data, size_t len) in checkForBOM() function in WebCore::TextResourceDecoder
629 lengthOfBOM = checkForBOM(data, len); in decode()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3117049 (WebCore::TextResourceDecoder::checkForBOM):
32600 (WebCore::Decoder::checkForBOM): Factored out of decode.
DChangeLog-2007-10-1418586 (WebCore::TextResourceDecoder::checkForBOM):
18589 (WebCore::TextDecoder::checkForBOM):
DChangeLog-2008-08-1021285 * platform/text/TextDecoder.cpp: (WebCore::TextDecoder::checkForBOM): Skip the BOM if it's
37756 (WebCore::TextDecoder::checkForBOM):
DChangeLog-2009-06-1631470 … (WebCore::TextResourceDecoder::checkForBOM): Removed a FIXME saying that a BOM could override