OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_pos_
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/text/
Utf8Iterator.cpp
28
: str_(str), current_pos_(0),
next_pos_
(0), current_codepoint_(0) {
33
current_pos_ =
next_pos_
;
34
int32_t result = utf32_from_utf8_at(str_.data(), str_.size(), current_pos_, &
next_pos_
);
Utf8Iterator.h
47
size_t
next_pos_
;
member in class:aapt::text::Utf8Iterator
/external/v8/src/regexp/
regexp-parser.h
200
int position() { return
next_pos_
- 1; }
300
bool has_next() { return
next_pos_
< in()->length(); }
318
int
next_pos_
;
member in class:v8::internal::BASE_EMBEDDED
regexp-parser.cc
35
next_pos_
(0),
48
int position =
next_pos_
;
60
if (update_position)
next_pos_
= position;
90
next_pos_
= in()->length() + 1;
97
next_pos_
= pos;
104
next_pos_
+= dist - 1;
142
next_pos_
= in()->length();
[
all
...]
Completed in 678 milliseconds