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

1 2

  /external/chromium/third_party/icu/source/i18n/
csrecog.h 34 virtual int32_t match(InputText *textIn) = 0;
csrsbcs.h 129 int32_t match(InputText *textIn);
139 int32_t match(InputText *textIn);
149 int32_t match(InputText *textIn);
159 int32_t match(InputText *textIn);
169 int32_t match(InputText *textIn);
179 int32_t match(InputText *textIn);
189 int32_t match(InputText *textIn);
199 int32_t match(InputText *textIn);
209 int32_t match(InputText *textIn);
219 int32_t match(InputText *textIn);
    [all...]
csr2022.h 60 int32_t match(InputText *textIn);
69 int32_t match(InputText *textIn);
80 int32_t match(InputText *textIn);
csrucode.h 39 int32_t match(InputText* textIn) = 0;
51 int32_t match(InputText* textIn);
62 int32_t match(InputText* textIn);
75 int32_t match(InputText* textIn);
csrucode.cpp 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn)
33 const uint8_t *input = textIn->fRawInput;
53 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn)
55 const uint8_t *input = textIn->fRawInput;
70 int32_t CharsetRecog_UTF_32::match(InputText* textIn)
72 const uint8_t *input = textIn->fRawInput;
73 int32_t limit = (textIn->fRawLength / 4) * 4;
csmatch.cpp 29 textIn = input;
52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csr2022.cpp 144 int32_t CharsetRecog_2022JP::match(InputText *textIn)
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
154 int32_t CharsetRecog_2022KR::match(InputText *textIn)
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
164 int32_t CharsetRecog_2022CN::match(InputText *textIn)
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
csmatch.h 24 InputText *textIn;
csdetect.cpp 173 : textIn(new InputText(status)), resultArray(NULL),
205 delete textIn;
216 textIn->setText(in, len);
235 textIn->setDeclaredEncoding(encoding,len);
262 if(!textIn->isSet()) {
272 textIn->MungeInput(fStripTags);
279 detectResults = csr->match(textIn);
283 resultArray[resultCount++]->set(textIn, csr, confidence);
288 resultArray[i]->set(textIn, 0, 0);
csdetect.h 24 InputText *textIn;
ucsdet.cpp 51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status)
57 ((CharsetDetector *) ucsd)->setText(textIn, len);
csrmbcs.h 88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) = 0;
  /external/icu4c/i18n/
csrecog.h 34 virtual int32_t match(InputText *textIn) = 0;
csrsbcs.h 129 int32_t match(InputText *textIn);
139 int32_t match(InputText *textIn);
149 int32_t match(InputText *textIn);
159 int32_t match(InputText *textIn);
169 int32_t match(InputText *textIn);
179 int32_t match(InputText *textIn);
189 int32_t match(InputText *textIn);
199 int32_t match(InputText *textIn);
209 int32_t match(InputText *textIn);
219 int32_t match(InputText *textIn);
    [all...]
csr2022.h 60 int32_t match(InputText *textIn);
69 int32_t match(InputText *textIn);
80 int32_t match(InputText *textIn);
csrucode.h 39 int32_t match(InputText* textIn) = 0;
51 int32_t match(InputText* textIn);
62 int32_t match(InputText* textIn);
75 int32_t match(InputText* textIn);
csrucode.cpp 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn)
33 const uint8_t *input = textIn->fRawInput;
53 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn)
55 const uint8_t *input = textIn->fRawInput;
70 int32_t CharsetRecog_UTF_32::match(InputText* textIn)
72 const uint8_t *input = textIn->fRawInput;
73 int32_t limit = (textIn->fRawLength / 4) * 4;
csmatch.cpp 29 textIn = input;
52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csr2022.cpp 144 int32_t CharsetRecog_2022JP::match(InputText *textIn)
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
154 int32_t CharsetRecog_2022KR::match(InputText *textIn)
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
164 int32_t CharsetRecog_2022CN::match(InputText *textIn)
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
csmatch.h 24 InputText *textIn;
csdetect.cpp 173 : textIn(new InputText(status)), resultArray(NULL),
205 delete textIn;
216 textIn->setText(in, len);
235 textIn->setDeclaredEncoding(encoding,len);
262 if(!textIn->isSet()) {
272 textIn->MungeInput(fStripTags);
279 detectResults = csr->match(textIn);
283 resultArray[resultCount++]->set(textIn, csr, confidence);
288 resultArray[i]->set(textIn, 0, 0);
csdetect.h 24 InputText *textIn;
ucsdet.cpp 51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status)
57 ((CharsetDetector *) ucsd)->setText(textIn, len);
csrmbcs.h 88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) = 0;
  /external/chromium/third_party/icu/public/i18n/unicode/
ucsdet.h 93 * @param textIn the input text of unknown encoding. .
101 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);

Completed in 154 milliseconds

1 2