Home
last modified time | relevance | path

Searched refs:htmlCodePos (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
Dpseudolocalize.cpp300 size_t htmlCodePos = i; in text() local
301 while (!end && htmlCodePos < I) { in text()
302 ++htmlCodePos; in text()
303 c = s[htmlCodePos]; in text()
308 i = htmlCodePos; in text()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp306 size_t htmlCodePos = i; in text() local
307 while (!end && htmlCodePos < I) { in text()
308 ++htmlCodePos; in text()
309 c = s[htmlCodePos]; in text()
314 i = htmlCodePos; in text()