Searched refs:hlp (Results 1 – 1 of 1) sorted by relevance
/libcore/xml/src/main/java/org/kxml2/io/ |
D | KXmlSerializer.java | 94 boolean[] hlp = new boolean[depth + 4]; in check() 95 System.arraycopy(indent, 0, hlp, 0, depth); in check() 96 indent = hlp; in check() 114 int[] hlp = new int[depth + 8]; in check() local 115 System.arraycopy(nspCounts, 0, hlp, 0, depth + 1); in check() 116 nspCounts = hlp; in check() 328 String[] hlp = new String[nspStack.length + 16]; in setPrefix() local 329 System.arraycopy(nspStack, 0, hlp, 0, pos); in setPrefix() 330 nspStack = hlp; in setPrefix() 412 String[] hlp = new String[elementStack.length + 12]; in startTag() local [all …]
|