HomeSort by relevance Sort by last modified time
    Searched defs:UTF16CharIterator (Results 1 - 2 of 2) 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);

Completed in 82 milliseconds