Home
last modified time | relevance | path

Searched defs:objectStart (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/text/
DBidi.java552 Object[] objects, int objectStart, int count) { in reorderVisually()
571 System.arraycopy(result.toArray(), 0, objects, objectStart, count); in reorderVisually() local