Searched refs:UTF16CharIterator (Results 1 – 4 of 4) sorted by relevance
39 UTF16CharIterator::UTF16CharIterator(const string16* str) in UTF16CharIterator() function in base::i18n::UTF16CharIterator50 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len) in UTF16CharIterator() function in base::i18n::UTF16CharIterator61 UTF16CharIterator::~UTF16CharIterator() { in ~UTF16CharIterator()64 bool UTF16CharIterator::Advance() { in Advance()76 void UTF16CharIterator::ReadChar() { in ReadChar()
76 class UTF16CharIterator {79 UTF16CharIterator(const string16* str);80 UTF16CharIterator(const char16* str, size_t str_len);81 ~UTF16CharIterator();124 DISALLOW_COPY_AND_ASSIGN(UTF16CharIterator);
53 UTF16CharIterator empty_iter(&empty); in TEST()65 UTF16CharIterator iter(&str); in TEST()
221 base::i18n::UTF16CharIterator iter(&text); in GetStringPartAfterColumns()