Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java214 int lastCharLoc = 0; in replaceSystemPropertyInString() local
221 sb.append(srcString.subSequence(lastCharLoc, i)); in replaceSystemPropertyInString()
222 lastCharLoc = i; in replaceSystemPropertyInString()
233 lastCharLoc = j + 1; in replaceSystemPropertyInString()
240 if (srcString.length() - lastCharLoc > 0) { in replaceSystemPropertyInString()
242 sb.append(srcString.subSequence(lastCharLoc, srcString.length())); in replaceSystemPropertyInString()
DBrowserProvider2.java757 int lastCharLoc = 0; in replaceSystemPropertyInString() local
764 sb.append(srcString.subSequence(lastCharLoc, i)); in replaceSystemPropertyInString()
765 lastCharLoc = i; in replaceSystemPropertyInString()
776 lastCharLoc = j + 1; in replaceSystemPropertyInString()
783 if (srcString.length() - lastCharLoc > 0) { in replaceSystemPropertyInString()
785 sb.append(srcString.subSequence(lastCharLoc, srcString.length())); in replaceSystemPropertyInString()