Home
last modified time | relevance | path

Searched refs:oldBase (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java368 int oldBase = screenBase; in insertLine() local
397 System.arraycopy(charArray, oldBase + l, cbuf, 0, bottom - l - (n - 1)); in insertLine()
398 System.arraycopy(charAttributes, oldBase + l, abuf, 0, bottom - l - (n - 1)); in insertLine()
399 System.arraycopy(cbuf, 0, charArray, oldBase + l + n, bottom - l - (n - 1)); in insertLine()
400 System.arraycopy(abuf, 0, charAttributes, oldBase + l + n, bottom - l - (n - 1)); in insertLine()
431 if (oldBase > 0) { in insertLine()
432 System.arraycopy(charArray, offset, cbuf, 0, oldBase - offset); in insertLine()
433 System.arraycopy(charAttributes, offset, abuf, 0, oldBase - offset); in insertLine()
438 System.arraycopy(charArray, oldBase, cbuf, newScreenBase, top); in insertLine()
439 System.arraycopy(charAttributes, oldBase, abuf, newScreenBase, top); in insertLine()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DListUnits.java124 String oldBase = ""; in main() local
130 if (!base.equals(oldBase)) { in main()
131 oldBase = base; in main()
/external/cldr/tools/java/org/unicode/cldr/draft/
DJsonConverter.java208 String oldBase; field in JsonConverter.ElementName
215 base = oldBase = element; in reset()
222 … System.out.println("ERROR: Two replacement types on same element!!\t" + oldBase + "," + base + "," in add()
/external/libxml2/
Dxinclude.c2034 xmlChar *oldBase; in xmlXIncludeLoadNode() local
2117 oldBase = ctxt->base; in xmlXIncludeLoadNode()
2130 ctxt->base = oldBase; in xmlXIncludeLoadNode()