Searched defs:UTF16CharIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/i18n/
H A Dchar_iterator.cc39 UTF16CharIterator::UTF16CharIterator(const string16* str) function in class:base::i18n::UTF16CharIterator
50 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len) function in class:base::i18n::UTF16CharIterator
61 UTF16CharIterator::~UTF16CharIterator() {
64 bool UTF16CharIterator::Advance() {
76 void UTF16CharIterator::ReadChar() {
H A Dchar_iterator.h76 class BASE_I18N_EXPORT UTF16CharIterator { class in namespace:base::i18n
78 // Requires |str| to live as long as the UTF16CharIterator does.
79 explicit UTF16CharIterator(const string16* str);
80 UTF16CharIterator(const char16* str, size_t str_len);
81 ~UTF16CharIterator();
124 DISALLOW_COPY_AND_ASSIGN(UTF16CharIterator);

Completed in 124 milliseconds