Home
last modified time | relevance | path

Searched refs:IteratedChar (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.h23 // by providing a nextChar() function that fills in an instance of IteratedChar
32 class IteratedChar : public UMemory class
42 IteratedChar();
83 * This function is not a method of class IteratedChar only because
85 * @param it The IteratedChar "struct" into which the returned char is placed.
90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
103 UBool nextChar(IteratedChar *it, InputText *det) const override;
134 UBool nextChar(IteratedChar *it, InputText *det) const override;
177 UBool nextChar(IteratedChar* it, InputText* det) const override;
196 UBool nextChar(IteratedChar* i
[all...]
H A Dcsrmbcs.cpp117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar
123 /*void IteratedChar::reset()
132 int32_t IteratedChar::nextByte(InputText *det) in nextByte()
154 IteratedChar iter; in match_mbcs()
241 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
403 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar()
455 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.h23 // by providing a nextChar() function that fills in an instance of IteratedChar
32 class IteratedChar : public UMemory class
42 IteratedChar();
83 * This function is not a method of class IteratedChar only because
85 * @param it The IteratedChar "struct" into which the returned char is placed.
90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
103 UBool nextChar(IteratedChar *it, InputText *det) const override;
134 UBool nextChar(IteratedChar *it, InputText *det) const override;
177 UBool nextChar(IteratedChar* it, InputText* det) const override;
196 UBool nextChar(IteratedChar* i
[all...]
H A Dcsrmbcs.cpp117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar
123 /*void IteratedChar::reset()
132 int32_t IteratedChar::nextByte(InputText *det) in nextByte()
154 IteratedChar iter; in match_mbcs()
241 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
403 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar()
455 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.h23 // by providing a nextChar() function that fills in an instance of IteratedChar
32 class IteratedChar : public UMemory class
42 IteratedChar();
83 * This function is not a method of class IteratedChar only because
85 * @param it The IteratedChar "struct" into which the returned char is placed.
90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
103 UBool nextChar(IteratedChar *it, InputText *det) const;
134 UBool nextChar(IteratedChar *it, InputText *det) const;
177 UBool nextChar(IteratedChar* it, InputText* det) const;
196 UBool nextChar(IteratedChar* i
[all...]
H A Dcsrmbcs.cpp117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar
123 /*void IteratedChar::reset()
132 int32_t IteratedChar::nextByte(InputText *det) in nextByte()
155 IteratedChar iter; in match_mbcs()
244 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
293 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar()
406 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar()
458 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar()

Completed in 5 milliseconds