HomeSort by relevance Sort by last modified time
    Searched refs:IteratedChar (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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) const = 0;
101 UBool nextChar(IteratedChar *it, InputText *det) const;
132 UBool nextChar(IteratedChar *it, InputText *det) const;
175 UBool nextChar(IteratedChar* it, InputText* det) const;
194 UBool nextChar(IteratedChar* it, InputText* det) const
    [all...]
csrmbcs.cpp 116 IteratedChar::IteratedChar() :
122 /*void IteratedChar::reset()
131 int32_t IteratedChar::nextByte(InputText *det)
154 IteratedChar iter;
243 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const {
292 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const {
405 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const
457 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const {
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 93 milliseconds