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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcsmatch.h34 InputText *textIn; member in class:CharsetMatch
H A Dcsdetect.h24 InputText *textIn; member in class:CharsetDetector
H A Dcsrucode.cpp32 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const argument
34 const uint8_t *input = textIn->fRawInput;
36 int32_t length = textIn->fRawLength;
43 results->set(textIn, this, confidence);
57 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const argument
59 const uint8_t *input = textIn->fRawInput;
61 int32_t length = textIn->fRawLength;
68 results->set(textIn, this, confidence);
77 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const argument
79 const uint8_t *input = textIn
[all...]
H A Dcsr2022.cpp146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { argument
147 int32_t confidence = match_2022(textIn->fInputBytes,
148 textIn->fInputLen,
151 results->set(textIn, this, confidence);
161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { argument
162 int32_t confidence = match_2022(textIn->fInputBytes,
163 textIn->fInputLen,
166 results->set(textIn, this, confidence);
176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { argument
177 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.cpp882 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { argument
883 const char *name = textIn->fC1Bytes? "windows-1252" : "ISO-8859-1";
889 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);
891 results->set(textIn, this, confidence, name, lang);
909 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { argument
910 const char *name = textIn->fC1Bytes? "windows-1250" : "ISO-8859-2";
916 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2);
918 results->set(textIn, this, confidence, name, lang);
951 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const argument
953 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_r
978 match(InputText *textIn, CharsetMatch *results) const argument
1005 match(InputText *textIn, CharsetMatch *results) const argument
1038 match(InputText *textIn, CharsetMatch *results) const argument
1056 match(InputText *textIn, CharsetMatch *results) const argument
1084 match(InputText *textIn, CharsetMatch *results) const argument
1107 match(InputText *textIn, CharsetMatch *results) const argument
1129 match(InputText *textIn, CharsetMatch *results) const argument
1151 match(InputText *textIn, CharsetMatch *results) const argument
1178 match(InputText *textIn, CharsetMatch *results) const argument
1195 match(InputText *textIn, CharsetMatch *results) const argument
1233 match(InputText *textIn, CharsetMatch *results) const argument
1250 match(InputText *textIn, CharsetMatch *results) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsmatch.h34 InputText *textIn; member in class:CharsetMatch
H A Dcsdetect.h24 InputText *textIn; member in class:CharsetDetector
H A Dcsrucode.cpp53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const argument
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 argument
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 argument
123 const uint8_t *input = textIn
[all...]
H A Dcsr2022.cpp146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { argument
147 int32_t confidence = match_2022(textIn->fInputBytes,
148 textIn->fInputLen,
151 results->set(textIn, this, confidence);
161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { argument
162 int32_t confidence = match_2022(textIn->fInputBytes,
163 textIn->fInputLen,
166 results->set(textIn, this, confidence);
176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { argument
177 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.cpp882 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { argument
883 const char *name = textIn->fC1Bytes? "windows-1252" : "ISO-8859-1";
889 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);
891 results->set(textIn, this, confidence, name, lang);
909 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { argument
910 const char *name = textIn->fC1Bytes? "windows-1250" : "ISO-8859-2";
916 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2);
918 results->set(textIn, this, confidence, name, lang);
951 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const argument
953 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_r
978 match(InputText *textIn, CharsetMatch *results) const argument
1005 match(InputText *textIn, CharsetMatch *results) const argument
1038 match(InputText *textIn, CharsetMatch *results) const argument
1056 match(InputText *textIn, CharsetMatch *results) const argument
1084 match(InputText *textIn, CharsetMatch *results) const argument
1107 match(InputText *textIn, CharsetMatch *results) const argument
1129 match(InputText *textIn, CharsetMatch *results) const argument
1151 match(InputText *textIn, CharsetMatch *results) const argument
1178 match(InputText *textIn, CharsetMatch *results) const argument
1195 match(InputText *textIn, CharsetMatch *results) const argument
1233 match(InputText *textIn, CharsetMatch *results) const argument
1250 match(InputText *textIn, CharsetMatch *results) const argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h81 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const = 0;
100 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const { argument
101 // TODO(edisonn): SkASSERT(textIn.len % 2 == 0); or report error?
103 uint16_t* text = (uint16_t*)textIn.text;
104 textOut->text = new uint16_t[textIn.len / 2];
105 textOut->len = textIn.len / 2;
124 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const { argument
125 // TODO(edisonn): SkASSERT(textIn.len % 2 == 0); or report error?
127 unsigned char* text = (unsigned char*)textIn.text;
128 textOut->text = new uint16_t[textIn
147 decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const argument
212 ToUnicode(const SkDecodedText& textIn, SkUnicodeText* textOut) const argument
[all...]
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h81 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const = 0;
100 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const { argument
101 // TODO(edisonn): SkASSERT(textIn.len % 2 == 0); or report error?
103 uint16_t* text = (uint16_t*)textIn.text;
104 textOut->text = new uint16_t[textIn.len / 2];
105 textOut->len = textIn.len / 2;
124 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const { argument
125 // TODO(edisonn): SkASSERT(textIn.len % 2 == 0); or report error?
127 unsigned char* text = (unsigned char*)textIn.text;
128 textOut->text = new uint16_t[textIn
147 decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const argument
212 ToUnicode(const SkDecodedText& textIn, SkUnicodeText* textOut) const argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c3431 #define TC_COUNT LENGTHOF(textIn)
3436 static const char* const textIn[] = { variable
3898 const char* textIn; member in struct:__anon12179
3960 srcLen = strlen(testCases[i].textIn);
3961 pseudoToU16(srcLen, testCases[i].textIn, src);
3972 checkWhatYouCan(pBiDi, testCases[i].textIn, destChars);
3974 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY",
3987 checkWhatYouCan(pL2VBiDi, testCases[i].textIn, vis1Chars);
3996 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY (2)",
4045 const char *srcChars = textIn[t
4163 const char* textIn; member in struct:__anon12180
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3671 #define TC_COUNT LENGTHOF(textIn)
3676 static const char* const textIn[] = { variable
4138 const char* textIn; member in struct:__anon21978
4200 srcLen = strlen(testCases[i].textIn);
4201 pseudoToU16(srcLen, testCases[i].textIn, src);
4212 checkWhatYouCan(pBiDi, testCases[i].textIn, destChars);
4214 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY",
4227 checkWhatYouCan(pL2VBiDi, testCases[i].textIn, vis1Chars);
4236 testCases[i].textIn, "UBIDI_REORDER_RUNS_ONLY (2)",
4285 const char *srcChars = textIn[t
4403 const char* textIn; member in struct:__anon21979
[all...]

Completed in 205 milliseconds