/external/chromium/third_party/icu/source/i18n/ |
inputext.h | 26 class InputText : public UMemory 29 InputText(const InputText &); 31 InputText(UErrorCode &status); 32 ~InputText();
|
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...] |
csmatch.h | 17 class InputText; 24 InputText *textIn; 30 void set(InputText *input, CharsetRecognizer *cr, int32_t conf);
|
csrecog.h | 34 virtual int32_t match(InputText *textIn) = 0;
|
csrutf8.h | 35 int32_t match(InputText *det);
|
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...] |
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);
|
csdetect.h | 17 class InputText; 24 InputText *textIn;
|
inputext.cpp | 28 InputText::InputText(UErrorCode &status) 42 InputText::~InputText() 49 void InputText::setText(const char *in, int32_t len) 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len) 71 UBool InputText::isSet() const 82 void InputText::MungeInput(UBool fStripTags) {
|
csrucode.cpp | 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) 53 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn) 70 int32_t CharsetRecog_UTF_32::match(InputText* textIn)
|
csmatch.cpp | 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf)
|
csr2022.cpp | 144 int32_t CharsetRecog_2022JP::match(InputText *textIn) 154 int32_t CharsetRecog_2022KR::match(InputText *textIn) 164 int32_t CharsetRecog_2022CN::match(InputText *textIn)
|
/external/icu4c/i18n/ |
inputext.h | 26 class InputText : public UMemory 29 InputText(const InputText &); 31 InputText(UErrorCode &status); 32 ~InputText();
|
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...] |
csmatch.h | 17 class InputText; 24 InputText *textIn; 30 void set(InputText *input, CharsetRecognizer *cr, int32_t conf);
|
csrecog.h | 34 virtual int32_t match(InputText *textIn) = 0;
|
csrutf8.h | 35 int32_t match(InputText *det);
|
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...] |
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);
|
csdetect.h | 17 class InputText; 24 InputText *textIn;
|
inputext.cpp | 28 InputText::InputText(UErrorCode &status) 42 InputText::~InputText() 49 void InputText::setText(const char *in, int32_t len) 57 void InputText::setDeclaredEncoding(const char* encoding, int32_t len) 71 UBool InputText::isSet() const 82 void InputText::MungeInput(UBool fStripTags) {
|
csrucode.cpp | 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) 53 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn) 70 int32_t CharsetRecog_UTF_32::match(InputText* textIn)
|
csmatch.cpp | 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf)
|