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

  /external/icu/icu4c/source/i18n/
csr2022.h 65 UBool match(InputText *textIn, CharsetMatch *results) const;
75 UBool match(InputText *textIn, CharsetMatch *results) const;
86 UBool match(InputText *textIn, CharsetMatch *results) const;
csmatch.cpp 22 : textIn(NULL), confidence(0), fCharsetName(NULL), fLang(NULL)
30 textIn = input;
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrecog.h 47 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
csrucode.h 39 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
51 UBool match(InputText* textIn, CharsetMatch *results) const;
62 UBool match(InputText* textIn, CharsetMatch *results) const;
75 UBool match(InputText* textIn, CharsetMatch *results) const;
csr2022.cpp 148 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
149 int32_t confidence = match_2022(textIn->fInputBytes,
150 textIn->fInputLen,
153 results->set(textIn, this, confidence);
164 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
165 int32_t confidence = match_2022(textIn->fInputBytes,
166 textIn->fInputLen,
169 results->set(textIn, this, confidence);
179 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
180 int32_t confidence = match_2022(textIn->fInputBytes
    [all...]
csrucode.cpp 53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const
55 const uint8_t *input = textIn->fRawInput;
57 int32_t length = textIn->fRawLength;
74 results->set(textIn, this, confidence);
88 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const
90 const uint8_t *input = textIn->fRawInput;
92 int32_t length = textIn->fRawLength;
112 results->set(textIn, this, confidence);
121 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const
123 const uint8_t *input = textIn->fRawInput
    [all...]
csmatch.h 34 InputText *textIn;
csdetect.h 24 InputText *textIn;
csdetect.cpp 151 : textIn(new InputText(status)), resultArray(NULL),
184 delete textIn;
199 textIn->setText(in, len);
218 textIn->setDeclaredEncoding(encoding,len);
245 if(!textIn->isSet()) {
253 textIn->MungeInput(fStripTags);
260 if (csr->match(textIn, resultArray[resultCount])) {
csrsbcs.cpp     [all...]
ucsdet.cpp 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status)
62 ((CharsetDetector *) ucsd)->setText(textIn, len);
csrmbcs.h 88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestStreaming.java 28 String textIn;
35 this.textIn = in;
92 src = testCases[i].textIn;
TestReorderRunsOnly.java 26 String textIn;
31 this.textIn = in;
131 src = testCases[i].textIn;
TestClassOverride.java 62 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78";
131 bidi.setPara(textIn, Bidi.LTR, null);
TestReorderingMode.java 26 static final String[] textIn = {
197 static final int TC_COUNT = textIn.length;
220 src = textIn[tc];
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestStreaming.java 24 String textIn;
31 this.textIn = in;
88 src = testCases[i].textIn;
TestReorderRunsOnly.java 22 String textIn;
27 this.textIn = in;
127 src = testCases[i].textIn;
TestClassOverride.java 58 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78";
127 bidi.setPara(textIn, Bidi.LTR, null);
TestReorderingMode.java 22 static final String[] textIn = {
193 static final int TC_COUNT = textIn.length;
216 src = textIn[tc];
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 114 * @param textIn the input text of unknown encoding. .
122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]

Completed in 261 milliseconds