OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_codepoint_
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/text/
Utf8Iterator.cpp
28
: str_(str), current_pos_(0), next_pos_(0),
current_codepoint_
(0) {
36
current_codepoint_
= 0u;
38
current_codepoint_
= static_cast<char32_t>(result);
43
return
current_codepoint_
!= 0;
59
char32_t result =
current_codepoint_
;
Utf8Iterator.h
48
char32_t
current_codepoint_
;
member in class:aapt::text::Utf8Iterator
Completed in 60 milliseconds