Searched refs:checkForBOM (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/platform/text/ |
D | TextDecoder.h | 47 return checkForBOM(data, length, flush, stopOnError, sawError); in decode() 52 … String checkForBOM(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextDecoder.cpp | 50 String TextDecoder::checkForBOM(const char* data, size_t length, bool flush, bool stopOnError, bool… in checkForBOM() function in WebCore::TextDecoder
|
/external/webkit/WebCore/loader/ |
D | TextResourceDecoder.h | 63 void checkForBOM(const char*, size_t);
|
D | TextResourceDecoder.cpp | 404 void TextResourceDecoder::checkForBOM(const char* data, size_t len) in checkForBOM() function in WebCore::TextResourceDecoder 759 checkForBOM(data, len); in decode()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 17049 (WebCore::TextResourceDecoder::checkForBOM): 32600 (WebCore::Decoder::checkForBOM): Factored out of decode.
|
D | ChangeLog-2007-10-14 | 18586 (WebCore::TextResourceDecoder::checkForBOM): 18589 (WebCore::TextDecoder::checkForBOM):
|
D | ChangeLog-2008-08-10 | 21285 * platform/text/TextDecoder.cpp: (WebCore::TextDecoder::checkForBOM): Skip the BOM if it's 37756 (WebCore::TextDecoder::checkForBOM):
|