Searched defs:textIn (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcsmatch.h36 InputText *textIn; member in class:CharsetMatch
H A Dcsdetect.h28 InputText *textIn; member in class:CharsetDetector
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const argument
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 argument
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 argument
125 const uint8_t *input = textIn
[all...]
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { argument
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 { argument
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 { argument
181 int32_t confidence = match_2022(textIn
[all...]
H A Ducsdet.cpp56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) argument
62 ((CharsetDetector *) ucsd)->setText(textIn, len);
H A Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { argument
893 const char *name = textIn->fC1Bytes? "windows-1252" : "ISO-8859-1";
899 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);
901 results->set(textIn, this, confidence, name, lang);
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { argument
920 const char *name = textIn->fC1Bytes? "windows-1250" : "ISO-8859-2";
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2);
928 results->set(textIn, this, confidence, name, lang);
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const argument
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_r
988 match(InputText *textIn, CharsetMatch *results) const argument
1015 match(InputText *textIn, CharsetMatch *results) const argument
1048 match(InputText *textIn, CharsetMatch *results) const argument
1066 match(InputText *textIn, CharsetMatch *results) const argument
1094 match(InputText *textIn, CharsetMatch *results) const argument
1117 match(InputText *textIn, CharsetMatch *results) const argument
1139 match(InputText *textIn, CharsetMatch *results) const argument
1161 match(InputText *textIn, CharsetMatch *results) const argument
1189 match(InputText *textIn, CharsetMatch *results) const argument
1206 match(InputText *textIn, CharsetMatch *results) const argument
1244 match(InputText *textIn, CharsetMatch *results) const argument
1261 match(InputText *textIn, CharsetMatch *results) const argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java26 String textIn; field in class:TestReorderRunsOnly.TestCase
31 this.textIn = in;
133 src = testCases[i].textIn;
H A DTestStreaming.java29 String textIn; field in class:TestStreaming.TestCase
36 this.textIn = in;
94 src = testCases[i].textIn;
H A DTestClassOverride.java63 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78"; field in class:TestClassOverride
133 bidi.setPara(textIn, Bidi.LTR, null);
H A DTestReorderingMode.java27 static final String[] textIn = { field in class:TestReorderingMode
198 static final int TC_COUNT = textIn.length;
222 src = textIn[tc];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java25 String textIn; field in class:TestReorderRunsOnly.TestCase
30 this.textIn = in;
132 src = testCases[i].textIn;
H A DTestStreaming.java28 String textIn; field in class:TestStreaming.TestCase
35 this.textIn = in;
93 src = testCases[i].textIn;
H A DTestClassOverride.java62 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78"; field in class:TestClassOverride
132 bidi.setPara(textIn, Bidi.LTR, null);
H A DTestReorderingMode.java26 static final String[] textIn = { field in class:TestReorderingMode
197 static final int TC_COUNT = textIn.length;
221 src = textIn[tc];
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3675 #define TC_COUNT UPRV_LENGTHOF(textIn)
3680 static const char* const textIn[] = { variable
4142 const char* textIn; member in struct:__anon7422
4204 srcLen = strlen(testCases[i].textIn);
4205 pseudoToU16(srcLen, testCases[i].textIn, src);
4216 checkWhatYouCan(pBiDi, testCases[i].textIn, destChars);
4218 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY",
4231 checkWhatYouCan(pL2VBiDi, testCases[i].textIn, vis1Chars);
4240 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY (2)",
4289 const char *srcChars = textIn[t
4407 const char* textIn; member in struct:__anon7423
[all...]

Completed in 507 milliseconds