OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF8CharIterator
(Results
1 - 4
of
4
) sorted by null
/external/chromium/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
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
);
/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 32 milliseconds