OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDeclaredEncoding
(Results
1 - 10
of
10
) sorted by null
/external/chromium/third_party/icu/source/i18n/
inputext.h
35
void
setDeclaredEncoding
(const char *encoding, int32_t len);
csdetect.h
42
void
setDeclaredEncoding
(const char *encoding, int32_t len) const;
inputext.cpp
57
void InputText::
setDeclaredEncoding
(const char* encoding, int32_t len)
ucsdet.cpp
107
((CharsetDetector *) ucsd)->
setDeclaredEncoding
(encoding,length);
csdetect.cpp
233
void CharsetDetector::
setDeclaredEncoding
(const char *encoding, int32_t len) const
235
textIn->
setDeclaredEncoding
(encoding,len);
/external/icu4c/i18n/
inputext.h
35
void
setDeclaredEncoding
(const char *encoding, int32_t len);
csdetect.h
42
void
setDeclaredEncoding
(const char *encoding, int32_t len) const;
inputext.cpp
57
void InputText::
setDeclaredEncoding
(const char* encoding, int32_t len)
ucsdet.cpp
107
((CharsetDetector *) ucsd)->
setDeclaredEncoding
(encoding,length);
csdetect.cpp
233
void CharsetDetector::
setDeclaredEncoding
(const char *encoding, int32_t len) const
235
textIn->
setDeclaredEncoding
(encoding,len);
Completed in 483 milliseconds