Searched refs:hlp (Results 1 – 1 of 1) sorted by relevance
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlSerializer.java | 112 boolean[] hlp = new boolean[depth + 4]; in check() 113 System.arraycopy(indent, 0, hlp, 0, depth); in check() 114 indent = hlp; in check() 132 int[] hlp = new int[depth + 8]; in check() local 133 System.arraycopy(nspCounts, 0, hlp, 0, depth + 1); in check() 134 nspCounts = hlp; in check() 346 String[] hlp = new String[nspStack.length + 16]; in setPrefix() local 347 System.arraycopy(nspStack, 0, hlp, 0, pos); in setPrefix() 348 nspStack = hlp; in setPrefix() 435 String[] hlp = new String[elementStack.length + 12]; in startTag() local [all …]
|