Searched defs:oldList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFlowList.java92 * Redirect the handles from oldList to newList. "This" flow list
93 * is assumed to be relative to oldList.
95 public FlowList copyAndRedirect(InstructionList oldList, argument
104 final Iterator oldIter = oldList.iterator();
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java235 private static StringBuffer[][] oldList = new StringBuffer[3][categoryNames.length]; field in class:CharacterCategory
250 oldList[j][i] = new StringBuffer();
347 oldList[range][index].append("\"\n + \"");
352 oldList[range][index].append('\\');
353 oldList[range][index].append((char)code);
356 oldList[range][index].append((char)code);
360 oldList[range][index].append(toCodeUnit(code));
363 oldList[range][index].append("\\u");
364 oldList[range][index].append(s);
542 bout.write(oldList[BEFOR
[all...]

Completed in 31 milliseconds