HomeSort by relevance Sort by last modified time
    Searched full:setdeclaredencoding (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
csdetect.h 46 void setDeclaredEncoding(const char *encoding, int32_t len) const;
inputext.h 35 void setDeclaredEncoding(const char *encoding, int32_t len);
inputext.cpp 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len)
ucsdet.cpp 112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
csdetect.cpp 214 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const
216 textIn->setDeclaredEncoding(encoding,len);
  /external/icu/icu4c/source/i18n/
csdetect.h 46 void setDeclaredEncoding(const char *encoding, int32_t len) const;
inputext.h 35 void setDeclaredEncoding(const char *encoding, int32_t len);
inputext.cpp 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len)
ucsdet.cpp 112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
csdetect.cpp 214 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const
216 textIn->setDeclaredEncoding(encoding,len);

Completed in 220 milliseconds