Home
last modified time | relevance | path

Searched refs:charIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/text/
DBidiFormatter.java610 private int charIndex; field in BidiFormatter.DirectionalityEstimator
645 charIndex = 0; in getEntryDir()
649 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) { in getEntryDir()
705 while (charIndex > 0) { in getEntryDir()
743 charIndex = length; in getExitDir()
746 while (charIndex > 0) { in getExitDir()
815 lastChar = text.charAt(charIndex); in dirTypeForward()
817 int codePoint = Character.codePointAt(text, charIndex); in dirTypeForward()
818 charIndex += Character.charCount(codePoint); in dirTypeForward()
821 charIndex++; in dirTypeForward()
[all …]
/frameworks/base/core/java/android/text/
DBidiFormatter.java631 private int charIndex; field in BidiFormatter.DirectionalityEstimator
666 charIndex = 0; in getEntryDir()
670 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) { in getEntryDir()
726 while (charIndex > 0) { in getEntryDir()
764 charIndex = length; in getExitDir()
767 while (charIndex > 0) { in getExitDir()
836 lastChar = text.charAt(charIndex); in dirTypeForward()
838 int codePoint = Character.codePointAt(text, charIndex); in dirTypeForward()
839 charIndex += Character.charCount(codePoint); in dirTypeForward()
842 charIndex++; in dirTypeForward()
[all …]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DXmlEditor.java132 return start2.charIndex - start1.charIndex; in strip()
141 String newLine = line.substring(0, endTagPosition.charIndex) + " " + tag + in strip()
142 line.substring(endTagPosition.charIndex); in strip()
219 if (endTag.charIndex <= 0) { in endTagPosition()
226 if (position.charIndex <= 0) { in endTagPosition()
229 position.charIndex--; in endTagPosition()
247 String newStartLine = startLine.substring(0, start.charIndex) + text; in replace()
254 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1); in replace()
257 } else if (end.charIndex - start.charIndex >= text.length()) { in replace()
259 int endTextIndex = start.charIndex + text.length(); in replace()
[all …]
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...