OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputText
(Results
1 - 18
of
18
) sorted by null
/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)
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)
csrmbcs.cpp
130
int32_t IteratedChar::nextByte(
InputText
*det)
146
int32_t CharsetRecog_mbcs::match_mbcs(
InputText
*det, const uint16_t commonChars[], int32_t commonCharsLen) {
242
UBool CharsetRecog_sjis::nextChar(IteratedChar* it,
InputText
* det) {
270
int32_t CharsetRecog_sjis::match(
InputText
* det)
290
UBool CharsetRecog_euc::nextChar(IteratedChar* it,
InputText
* det) {
369
int32_t CharsetRecog_euc_jp::match(
InputText
*det)
389
int32_t CharsetRecog_euc_kr::match(
InputText
*det)
399
UBool CharsetRecog_big5::nextChar(IteratedChar* it,
InputText
* det)
439
int32_t CharsetRecog_big5::match(
InputText
*det)
449
UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it,
InputText
* det)
[
all
...]
csrutf8.cpp
26
int32_t CharsetRecog_UTF8::match(
InputText
* det) {
csrsbcs.cpp
88
int32_t NGramParser::nextByte(
InputText
*det)
97
int32_t NGramParser::parse(
InputText
*det)
144
int32_t CharsetRecog_sbcs::match_sbcs(
InputText
*det, const int32_t ngrams[], const uint8_t byteMap[])
[
all
...]
csdetect.cpp
173
: textIn(new
InputText
(status)), resultArray(NULL),
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 87 milliseconds