Searched refs:oldBase (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | VDUBuffer.java | 368 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/libxml2/ |
D | xinclude.c | 2032 xmlChar *oldBase; in xmlXIncludeLoadNode() local 2115 oldBase = ctxt->base; in xmlXIncludeLoadNode() 2128 ctxt->base = oldBase; in xmlXIncludeLoadNode()
|