Home | History | Annotate | Download | only in common

Lines Matching defs:oldPos

920                 int32_t oldPos=pos;
921 pos=spanSet.spanBack(s, oldPos, USET_SPAN_CONTAINED);
922 spanLength=oldPos-pos;
1276 int32_t oldPos=pos;
1277 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED);
1278 spanLength=oldPos-pos;