HomeSort by relevance Sort by last modified time
    Searched defs:UTF8CharIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/i18n/
char_iterator.cc 13 UTF8CharIterator::UTF8CharIterator(const std::string* str)
24 UTF8CharIterator::~UTF8CharIterator() {
27 bool UTF8CharIterator::Advance() {
char_iterator.h 17 // UTF8CharIterator iter(&str);
30 class BASE_I18N_EXPORT UTF8CharIterator {
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 44 milliseconds