Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/text/
DBidiFormatter.java611 private int charIndex; field in BidiFormatter.DirectionalityEstimator
646 charIndex = 0; in getEntryDir()
650 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) { in getEntryDir()
706 while (charIndex > 0) { in getEntryDir()
744 charIndex = length; in getExitDir()
747 while (charIndex > 0) { in getExitDir()
816 lastChar = text.charAt(charIndex); in dirTypeForward()
818 int codePoint = Character.codePointAt(text, charIndex); in dirTypeForward()
819 charIndex += Character.charCount(codePoint); in dirTypeForward()
822 charIndex++; in dirTypeForward()
[all …]
/frameworks/base/core/java/android/text/
DBidiFormatter.java639 private int charIndex; field in BidiFormatter.DirectionalityEstimator
674 charIndex = 0; in getEntryDir()
678 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) { in getEntryDir()
734 while (charIndex > 0) { in getEntryDir()
772 charIndex = length; in getExitDir()
775 while (charIndex > 0) { in getExitDir()
844 lastChar = text.charAt(charIndex); in dirTypeForward()
846 int codePoint = Character.codePointAt(text, charIndex); in dirTypeForward()
847 charIndex += Character.charCount(codePoint); in dirTypeForward()
850 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/ ...
/frameworks/base/config/
Dhiddenapi-private-dex.txt87722 Landroid/text/BidiFormatter$DirectionalityEstimator;->charIndex:I