Searched refs:InputText (Results 1 – 18 of 18) sorted by relevance
/external/icu4c/i18n/ |
D | csrsbcs.h | 42 int32_t nextByte(InputText *det); 45 int32_t parse(InputText *det); 61 virtual int32_t match(InputText *det) = 0; 63 int32_t match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t charMap[]); 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); [all …]
|
D | csrmbcs.h | 42 int32_t nextByte(InputText* det); 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen); 74 int32_t match(InputText* det) = 0; 88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) = 0; 101 UBool nextChar(IteratedChar *it, InputText *det); 103 int32_t match(InputText *det); 125 int32_t match(InputText* det) = 0; 132 UBool nextChar(IteratedChar *it, InputText *det); 147 int32_t match(InputText *det); 162 int32_t match(InputText *det); [all …]
|
D | csrsbcs.cpp | 88 int32_t NGramParser::nextByte(InputText *det) in nextByte() 97 int32_t NGramParser::parse(InputText *det) in parse() 144 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMa… in match_sbcs() 755 int32_t CharsetRecog_8859_1_en::match(InputText *textIn) in match() 773 int32_t CharsetRecog_8859_1_da::match(InputText *textIn) in match() 785 int32_t CharsetRecog_8859_1_de::match(InputText *textIn) in match() 800 int32_t CharsetRecog_8859_1_es::match(InputText *textIn) in match() 815 int32_t CharsetRecog_8859_1_fr::match(InputText *textIn) in match() 830 int32_t CharsetRecog_8859_1_it::match(InputText *textIn) in match() 845 int32_t CharsetRecog_8859_1_nl::match(InputText *textIn) in match() [all …]
|
D | inputext.cpp | 28 InputText::InputText(UErrorCode &status) in InputText() function in InputText 42 InputText::~InputText() in ~InputText() 49 void InputText::setText(const char *in, int32_t len) in setText() 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len) in setDeclaredEncoding() 71 UBool InputText::isSet() const in isSet() 82 void InputText::MungeInput(UBool fStripTags) { in MungeInput()
|
D | inputext.h | 26 class InputText : public UMemory 29 InputText(const InputText &); 31 InputText(UErrorCode &status); 32 ~InputText();
|
D | csrmbcs.cpp | 130 int32_t IteratedChar::nextByte(InputText *det) in nextByte() 146 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() 242 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) { in nextChar() 270 int32_t CharsetRecog_sjis::match(InputText* det) in match() 290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) { in nextChar() 369 int32_t CharsetRecog_euc_jp::match(InputText *det) in match() 389 int32_t CharsetRecog_euc_kr::match(InputText *det) in match() 399 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) in nextChar() 439 int32_t CharsetRecog_big5::match(InputText *det) in match() 449 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) { in nextChar() [all …]
|
D | 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);
|
D | csmatch.h | 17 class InputText; variable 24 InputText *textIn; 30 void set(InputText *input, CharsetRecognizer *cr, int32_t conf);
|
D | csr2022.h | 60 int32_t match(InputText *textIn); 69 int32_t match(InputText *textIn); 80 int32_t match(InputText *textIn);
|
D | csrucode.cpp | 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) in match() 53 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn) in match() 70 int32_t CharsetRecog_UTF_32::match(InputText* textIn) in match()
|
D | csr2022.cpp | 144 int32_t CharsetRecog_2022JP::match(InputText *textIn) in match() 154 int32_t CharsetRecog_2022KR::match(InputText *textIn) in match() 164 int32_t CharsetRecog_2022CN::match(InputText *textIn) in match()
|
D | csdetect.h | 17 class InputText; variable 24 InputText *textIn;
|
D | csrutf8.h | 35 int32_t match(InputText *det);
|
D | csrecog.h | 34 virtual int32_t match(InputText *textIn) = 0;
|
D | csmatch.cpp | 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set()
|
D | csrutf8.cpp | 26 int32_t CharsetRecog_UTF8::match(InputText* det) { in match()
|
D | csdetect.cpp | 173 : textIn(new InputText(status)), resultArray(NULL), in CharsetDetector()
|
/external/icu4c/common/unicode/ |
D | urename.h | 1977 #define InputText U_ICU_ENTRY_POINT_RENAME(InputText) macro
|