Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/
DTextDecoder.h47 return checkForBOM(data, length, flush, stopOnError, sawError); in decode()
52 … String checkForBOM(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextDecoder.cpp50 String TextDecoder::checkForBOM(const char* data, size_t length, bool flush, bool stopOnError, bool… in checkForBOM() function in WebCore::TextDecoder
/external/webkit/WebCore/loader/
DTextResourceDecoder.h63 void checkForBOM(const char*, size_t);
DTextResourceDecoder.cpp404 void TextResourceDecoder::checkForBOM(const char* data, size_t len) in checkForBOM() function in WebCore::TextResourceDecoder
759 checkForBOM(data, len); in decode()
/external/webkit/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):