Searched defs:CharsetDetector (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcsdetect.h25 class CharsetDetector : public UMemory class in inherits:UMemory
40 CharsetDetector(UErrorCode &status);
42 ~CharsetDetector();
H A Dcsdetect.cpp145 void CharsetDetector::setRecognizers(UErrorCode &status)
150 CharsetDetector::CharsetDetector(UErrorCode &status) function in class:CharsetDetector
182 CharsetDetector::~CharsetDetector()
197 void CharsetDetector::setText(const char *in, int32_t len)
203 UBool CharsetDetector::setStripTagsFlag(UBool flag)
211 UBool CharsetDetector::getStripTagsFlag() const
216 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const
221 int32_t CharsetDetector
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetDetector.java22 * <code>CharsetDetector</code> provides a facility for detecting the
41 public class CharsetDetector { class
56 public CharsetDetector() { method in class:CharsetDetector
73 public CharsetDetector setDeclaredEncoding(String encoding) {
83 * @return This CharsetDetector
85 public CharsetDetector setText(byte [] in) {
105 * @return This CharsetDetector
108 public CharsetDetector setText(InputStream in) throws IOException {
273 * Get the names of all charsets supported by <code>CharsetDetector</code> class.
283 * <code>CharsetDetector</cod
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetDetector.java21 * <code>CharsetDetector</code> provides a facility for detecting the
40 public class CharsetDetector { class
57 public CharsetDetector() { method in class:CharsetDetector
76 public CharsetDetector setDeclaredEncoding(String encoding) {
86 * @return This CharsetDetector
90 public CharsetDetector setText(byte [] in) {
110 * @return This CharsetDetector
115 public CharsetDetector setText(InputStream in) throws IOException {
288 * Get the names of all charsets supported by <code>CharsetDetector</code> class.
298 * <code>CharsetDetector</cod
[all...]

Completed in 160 milliseconds