/external/chromium_org/third_party/icu/source/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 | 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 | csrucode.cpp | 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) in match() 54 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn) in match() 72 int32_t CharsetRecog_UTF_32::match(InputText* textIn) in match()
|
D | csdetect.h | 17 class InputText; variable 24 InputText *textIn;
|
/external/icu/icu4c/source/i18n/ |
D | csrsbcs.h | 48 virtual int32_t nextByte(InputText *det); 49 virtual void parseCharacters(InputText *det); 52 int32_t parse(InputText *det); 61 int32_t nextByte(InputText *det); 62 void parseCharacters(InputText *det); 75 virtual UBool match(InputText *det, CharsetMatch *results) const = 0; 76 … virtual int32_t match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t charMap[]) const; 84 virtual UBool match(InputText *det, CharsetMatch *results) const; 92 virtual UBool match(InputText *det, CharsetMatch *results) const; 143 virtual UBool match(InputText *det, CharsetMatch *results) const; [all …]
|
D | csrmbcs.h | 42 int32_t nextByte(InputText* det); 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const; 74 UBool match(InputText* input, CharsetMatch *results) const = 0; 88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0; 101 UBool nextChar(IteratedChar *it, InputText *det) const; 103 UBool match(InputText* input, CharsetMatch *results) const; 125 UBool match(InputText* input, CharsetMatch *results) const = 0; 132 UBool nextChar(IteratedChar *it, InputText *det) const; 147 UBool match(InputText* input, CharsetMatch *results) const; 162 UBool match(InputText* input, CharsetMatch *results) const; [all …]
|
D | csrsbcs.cpp | 90 int32_t NGramParser::nextByte(InputText *det) in nextByte() 99 void NGramParser::parseCharacters(InputText *det) in parseCharacters() 118 int32_t NGramParser::parse(InputText *det) in parse() 185 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() 204 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters() 246 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMa… in match_sbcs() 882 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match() 909 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match() 951 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match() 978 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const 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 | 131 int32_t IteratedChar::nextByte(InputText *det) in nextByte() 147 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() 243 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar() 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() 292 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar() 371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() 393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() 405 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar() 445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() 457 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar() [all …]
|
D | csrucode.h | 39 UBool match(InputText* textIn, CharsetMatch *results) const = 0; 51 UBool match(InputText* textIn, CharsetMatch *results) const; 62 UBool match(InputText* textIn, CharsetMatch *results) const; 75 UBool match(InputText* textIn, CharsetMatch *results) const;
|
D | csmatch.h | 17 class InputText; variable 34 InputText *textIn; 48 void set(InputText *input,
|
D | csr2022.h | 65 UBool match(InputText *textIn, CharsetMatch *results) const; 74 UBool match(InputText *textIn, CharsetMatch *results) const; 85 UBool match(InputText *textIn, CharsetMatch *results) const;
|
D | csr2022.cpp | 146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match() 161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match() 176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
|
D | csdetect.h | 17 class InputText; variable 24 InputText *textIn;
|
D | csrucode.cpp | 53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match() 88 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match() 121 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
|
/external/chromium_org/third_party/icu/patches/ |
D | csetdet.patch | 6 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) 17 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn)
|