HomeSort by relevance Sort by last modified time
    Searched refs:setDeclaredEncoding (Results 1 - 5 of 5) sorted by null

  /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 158 milliseconds