Searched refs:endExclusive (Results 1 – 3 of 3) sorted by relevance
44 public static Duration64 between(Timestamp64 startInclusive, Timestamp64 endExclusive) { in between() argument47 long twoBits = (endExclusive.getEraSeconds() << 32) in between()48 | (endExclusive.getFractionBits() & 0xFFFF_FFFFL); in between()
2217 public static void addTtsSpan(Spannable s, int start, int endExclusive) { in addTtsSpan() argument2218 s.setSpan(createTtsSpan(s.subSequence(start, endExclusive).toString()), in addTtsSpan()2220 endExclusive, in addTtsSpan() local
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...