Searched defs:setDeclaredEncoding (Results 1 - 4 of 4) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ | ||
H A D | inputext.cpp | 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len) function in class:InputText |
H A D | csdetect.cpp | 233 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const function in class:CharsetDetector 235 textIn->setDeclaredEncoding(encoding,len); |
/external/icu4c/i18n/ | ||
H A D | inputext.cpp | 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len) function in class:InputText |
H A D | csdetect.cpp | 233 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const function in class:CharsetDetector 235 textIn->setDeclaredEncoding(encoding,len); |
Completed in 692 milliseconds