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/loader/
TextResourceDecoder.h
79
size_t
checkForBOM
(const char*, size_t);
TextResourceDecoder.cpp
415
size_t TextResourceDecoder::
checkForBOM
(const char* data, size_t len)
609
lengthOfBOM =
checkForBOM
(data, len);
Completed in 108 milliseconds