OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratedChar
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
csrmbcs.h
21
// by providing a nextChar() function that fills in an instance of
IteratedChar
30
class
IteratedChar
: public UMemory
40
IteratedChar
();
81
* This function is not a method of class
IteratedChar
only because
83
* @param it The
IteratedChar
"struct" into which the returned char is placed.
88
virtual UBool nextChar(
IteratedChar
*it, InputText *textIn) = 0;
101
UBool nextChar(
IteratedChar
*it, InputText *det);
132
UBool nextChar(
IteratedChar
*it, InputText *det);
175
UBool nextChar(
IteratedChar
* it, InputText* det);
194
UBool nextChar(
IteratedChar
* it, InputText* det)
[
all
...]
csrmbcs.cpp
115
IteratedChar
::
IteratedChar
() :
121
/*void
IteratedChar
::reset()
130
int32_t
IteratedChar
::nextByte(InputText *det)
153
IteratedChar
iter;
242
UBool CharsetRecog_sjis::nextChar(
IteratedChar
* it, InputText* det) {
290
UBool CharsetRecog_euc::nextChar(
IteratedChar
* it, InputText* det) {
399
UBool CharsetRecog_big5::nextChar(
IteratedChar
* it, InputText* det)
449
UBool CharsetRecog_gb_18030::nextChar(
IteratedChar
* it, InputText* det) {
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 249 milliseconds