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

  /external/chromium/base/i18n/
char_iterator.cc 39 UTF16CharIterator::UTF16CharIterator(const string16* str)
50 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len)
61 UTF16CharIterator::~UTF16CharIterator() {
64 bool UTF16CharIterator::Advance() {
76 void UTF16CharIterator::ReadChar() {
char_iterator.h 76 class UTF16CharIterator {
78 // Requires |str| to live as long as the UTF16CharIterator does.
79 UTF16CharIterator(const string16* str);
80 UTF16CharIterator(const char16* str, size_t str_len);
81 ~UTF16CharIterator();
124 DISALLOW_COPY_AND_ASSIGN(UTF16CharIterator);
char_iterator_unittest.cc 53 UTF16CharIterator empty_iter(&empty);
65 UTF16CharIterator iter(&str);
  /external/chromium/net/ftp/
ftp_util.cc 221 base::i18n::UTF16CharIterator iter(&text);

Completed in 5044 milliseconds