Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp197 size_t lengthOfBOM = 0; in checkForBOM() local
214 lengthOfBOM = 2; in checkForBOM()
217 lengthOfBOM = 4; in checkForBOM()
221 lengthOfBOM = 3; in checkForBOM()
224 lengthOfBOM = 2; in checkForBOM()
227 lengthOfBOM = 4; in checkForBOM()
230 if (lengthOfBOM || bufferLength + len >= 4) in checkForBOM()
233 return lengthOfBOM; in checkForBOM()
367 size_t lengthOfBOM = 0; in decode() local
369 lengthOfBOM = checkForBOM(data, len); in decode()
[all …]