Home
last modified time | relevance | path

Searched refs:htmlCodePos (Results 1 – 1 of 1) 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()