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 67 UBool match(InputText *textIn, CharsetMatch *results) const;
77 UBool match(InputText *textIn, CharsetMatch *results) const;
88 UBool match(InputText *textIn, CharsetMatch *results) const;
csmatch.cpp 24 : textIn(NULL), confidence(0), fCharsetName(NULL), fLang(NULL)
32 textIn = input;
64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrecog.h 49 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
csrucode.h 41 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
53 UBool match(InputText* textIn, CharsetMatch *results) const;
64 UBool match(InputText* textIn, CharsetMatch *results) const;
77 UBool match(InputText* textIn, CharsetMatch *results) const;
csr2022.cpp 149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
150 int32_t confidence = match_2022(textIn->fInputBytes,
151 textIn->fInputLen,
154 results->set(textIn, this, confidence);
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
166 int32_t confidence = match_2022(textIn->fInputBytes,
167 textIn->fInputLen,
170 results->set(textIn, this, confidence);
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
181 int32_t confidence = match_2022(textIn->fInputBytes
    [all...]
csrucode.cpp 55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const
57 const uint8_t *input = textIn->fRawInput;
59 int32_t length = textIn->fRawLength;
76 results->set(textIn, this, confidence);
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const
92 const uint8_t *input = textIn->fRawInput;
94 int32_t length = textIn->fRawLength;
114 results->set(textIn, this, confidence);
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const
125 const uint8_t *input = textIn->fRawInput
    [all...]
csmatch.h 36 InputText *textIn;
csdetect.h 28 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 90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestStreaming.java 31 String textIn;
38 this.textIn = in;
96 src = testCases[i].textIn;
TestReorderRunsOnly.java 28 String textIn;
33 this.textIn = in;
135 src = testCases[i].textIn;
TestClassOverride.java 65 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78";
135 bidi.setPara(textIn, Bidi.LTR, null);
TestReorderingMode.java 29 static final String[] textIn = {
200 static final int TC_COUNT = textIn.length;
224 src = textIn[tc];
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestStreaming.java 28 String textIn;
35 this.textIn = in;
93 src = testCases[i].textIn;
TestReorderRunsOnly.java 25 String textIn;
30 this.textIn = in;
132 src = testCases[i].textIn;
TestClassOverride.java 62 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78";
132 bidi.setPara(textIn, Bidi.LTR, null);
TestReorderingMode.java 26 static final String[] textIn = {
197 static final int TC_COUNT = textIn.length;
221 src = textIn[tc];
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 120 * @param textIn the input text of unknown encoding. .
128 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]

Completed in 686 milliseconds