OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkForBOM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.h
79
size_t
checkForBOM
(const char*, size_t);
TextResourceDecoder.cpp
191
size_t TextResourceDecoder::
checkForBOM
(const char* data, size_t len)
367
lengthOfBOM =
checkForBOM
(data, len);
Completed in 28 milliseconds