Searched refs:charIndex (Results 1 – 4 of 4) sorted by relevance
610 private int charIndex; field in BidiFormatter.DirectionalityEstimator645 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 …]
631 private int charIndex; field in BidiFormatter.DirectionalityEstimator666 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 …]
132 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 …]
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...