OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastDepth
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/compile/
Pseudolocalizer.h
53
size_t
mLastDepth
;
Pseudolocalizer.cpp
64
Pseudolocalizer::Pseudolocalizer(Method method) :
mLastDepth
(0) {
84
size_t depth =
mLastDepth
;
106
if (
mLastDepth
!= depth || pos == length - 1) {
107
bool pseudo = ((
mLastDepth
% 2) == 0);
109
if (!pseudo || depth ==
mLastDepth
) {
122
if (pseudo && depth <
mLastDepth
) { // End of message
124
} else if (!pseudo && depth >
mLastDepth
) { // Start of message
128
mLastDepth
= depth;
/frameworks/base/tools/aapt/
pseudolocalize.cpp
23
: mImpl(nullptr),
mLastDepth
(0) {
42
size_t depth =
mLastDepth
;
64
if (
mLastDepth
!= depth || pos == length - 1) {
65
bool pseudo = ((
mLastDepth
% 2) == 0);
67
if (!pseudo || depth ==
mLastDepth
) {
81
if (pseudo && depth <
mLastDepth
) { // End of message
83
} else if (!pseudo && depth >
mLastDepth
) { // Start of message
87
mLastDepth
= depth;
pseudolocalize.h
54
size_t
mLastDepth
;
Completed in 332 milliseconds