Home
last modified time | relevance | path

Searched refs:UTF16CharIterator (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/i18n/
Dchar_iterator.cc39 UTF16CharIterator::UTF16CharIterator(const string16* str) in UTF16CharIterator() function in base::i18n::UTF16CharIterator
50 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len) in UTF16CharIterator() function in base::i18n::UTF16CharIterator
61 UTF16CharIterator::~UTF16CharIterator() { in ~UTF16CharIterator()
64 bool UTF16CharIterator::Advance() { in Advance()
76 void UTF16CharIterator::ReadChar() { in ReadChar()
Dchar_iterator.h76 class UTF16CharIterator {
79 UTF16CharIterator(const string16* str);
80 UTF16CharIterator(const char16* str, size_t str_len);
81 ~UTF16CharIterator();
124 DISALLOW_COPY_AND_ASSIGN(UTF16CharIterator);
Dchar_iterator_unittest.cc53 UTF16CharIterator empty_iter(&empty); in TEST()
65 UTF16CharIterator iter(&str); in TEST()
/external/chromium/net/ftp/
Dftp_util.cc221 base::i18n::UTF16CharIterator iter(&text); in GetStringPartAfterColumns()