HomeSort by relevance Sort by last modified time
    Searched refs:nextpos (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/misc/
psLib.py 53 _, nextpos = whitematch(self.buf, self.pos).span()
54 self.pos = nextpos
66 _, nextpos = commentmatch(buf, pos).span()
67 token = buf[pos:nextpos]
73 _, nextpos = m.span()
74 token = buf[pos:nextpos]
80 _, nextpos = m.span()
81 token = buf[pos:nextpos]
93 _, nextpos = m.span()
94 token = buf[pos:nextpos]
    [all...]
  /external/valgrind/coregrind/
m_main.c 622 const HChar *nextpos; local
631 nextpos = VG_(strchr)(startpos, ',');
632 if (!nextpos)
633 nextpos = startpos + VG_(strlen)(startpos);
634 if (startpos != nextpos) {
636 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1);
638 nextpos - startpos);
639 VG_(clo_error_markers)[m][nextpos - startpos] = '\0';
641 startpos = *nextpos ? nextpos + 1 : nextpos
    [all...]

Completed in 71 milliseconds