Home
last modified time | relevance | path

Searched defs:oldpos (Results 1 – 8 of 8) sorted by relevance

/external/libvterm/src/
Dstate.c31 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor()
242 VTermPos oldpos = state->pos; in on_text() local
412 VTermPos oldpos = state->pos; in on_control() local
540 VTermPos oldpos = state->pos; in savecursor() local
663 VTermPos oldpos = state->pos; in on_escape() local
725 VTermPos oldpos = state->pos; in set_dec_mode() local
919 VTermPos oldpos = state->pos; in on_csi() local
1582 VTermPos oldpos = state->pos; in on_resize() local
Dscreen.c387 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) in movecursor()
/external/bsdiff/
Dbspatch.cc260 int64_t oldpos = 0; in bspatch() local
/external/freetype/src/cid/
Dcidload.c696 FT_ULong oldpos = FT_STREAM_POS(); in cid_hex_to_binary() local
/external/icu/icu4c/source/tools/genrb/
Dreslist.h66 int32_t oldpos, newpos; member
Dreslist.cpp1422 int32_t oldpos, newpos, limit; in compactKeys() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1455 int oldpos = indexes.position(); in ARRAY() local
1755 int oldpos = toUTable.position(); in matchToU() local
3674 int oldpos = fromUTableUChars.position(); in matchFromU() local
/external/python/cpython2/Objects/
Dunicodeobject.c4213 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); in PyUnicode_DecodeCharmap() local
4247 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); in PyUnicode_DecodeCharmap() local