Searched defs:UTF8CharIterator (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/i18n/
H A Dchar_iterator.cc13 UTF8CharIterator::UTF8CharIterator(const std::string* str) function in class:base::i18n::UTF8CharIterator
24 UTF8CharIterator::~UTF8CharIterator() {
27 bool UTF8CharIterator::Advance() {
H A Dchar_iterator.h17 // UTF8CharIterator iter(&str);
30 class BASE_I18N_EXPORT UTF8CharIterator { class in namespace:base::i18n
32 // Requires |str| to live as long as the UTF8CharIterator does.
33 explicit UTF8CharIterator(const std::string* str);
34 ~UTF8CharIterator();
73 DISALLOW_COPY_AND_ASSIGN(UTF8CharIterator);

Completed in 222 milliseconds