Searched refs:IteratedChar (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csrmbcs.h | 32 class IteratedChar : public UMemory 42 IteratedChar(); 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* it, InputText* det) const;
|
D | csrmbcs.cpp | 117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | csrmbcs.h | 32 class IteratedChar : public UMemory 42 IteratedChar(); 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* it, InputText* det) const override;
|
D | csrmbcs.cpp | 117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar 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/ |
D | csrmbcs.h | 32 class IteratedChar : public UMemory 42 IteratedChar(); 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* it, InputText* det) const override;
|
D | csrmbcs.cpp | 117 IteratedChar::IteratedChar() : in IteratedChar() function in IteratedChar 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()
|