OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8CharIterator
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/i18n/
char_iterator.h
17
//
UTF8CharIterator
iter(&str);
30
class
UTF8CharIterator
{
32
// Requires |str| to live as long as the
UTF8CharIterator
does.
33
UTF8CharIterator
(const std::string* str);
34
~
UTF8CharIterator
();
73
DISALLOW_COPY_AND_ASSIGN(
UTF8CharIterator
);
char_iterator.cc
13
UTF8CharIterator
::
UTF8CharIterator
(const std::string* str)
24
UTF8CharIterator
::~
UTF8CharIterator
() {
27
bool
UTF8CharIterator
::Advance() {
char_iterator_unittest.cc
15
UTF8CharIterator
empty_iter(&empty);
22
UTF8CharIterator
iter(&str);
/external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc
29
base::i18n::
UTF8CharIterator
iter(&str);
302
base::i18n::
UTF8CharIterator
iter(&value);
379
base::i18n::
UTF8CharIterator
old_iter(&old_value);
390
base::i18n::
UTF8CharIterator
new_iter(&new_value);
Completed in 2840 milliseconds