Searched refs:oldBase (Results 1 - 2 of 2) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java368 int oldBase = screenBase;
397 System.arraycopy(charArray, oldBase + l, cbuf, 0, bottom - l - (n - 1));
398 System.arraycopy(charAttributes, oldBase + l, abuf, 0, bottom - l - (n - 1));
399 System.arraycopy(cbuf, 0, charArray, oldBase + l + n, bottom - l - (n - 1));
400 System.arraycopy(abuf, 0, charAttributes, oldBase + l + n, bottom - l - (n - 1));
431 if (oldBase > 0) {
432 System.arraycopy(charArray, offset, cbuf, 0, oldBase - offset);
433 System.arraycopy(charAttributes, offset, abuf, 0, oldBase - offset);
438 System.arraycopy(charArray, oldBase, cbuf, newScreenBase, top);
439 System.arraycopy(charAttributes, oldBase, abu
[all...]
/external/libxml2/
H A Dxinclude.c2032 xmlChar *oldBase; local
2115 oldBase = ctxt->base;
2128 ctxt->base = oldBase;

Completed in 212 milliseconds