Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java213 int endIndex = text.indexOf('>'); in spanify() local
214 if (endIndex < 0) throw new IllegalArgumentException("Unbalanced span markers"); in spanify()
216 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) + in spanify()
217 text.substring(endIndex + 1); in spanify()
220 spanEnds[spanCount] = endIndex - 2; in spanify()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex() argument
125 for (int i = startIndex + 1; i <= endIndex; i++) { in findMaxIndex()
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1552 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray() argument
1553 byte[] result = new byte[endIndex - beginIndex]; in subarray()
/cts/tools/dex-tools/dex/
Dclasses.out.dex28055 private final int endIndex
140881 public int endIndex
Dclasses0.out.dex39414 private int endIndex