Searched refs:lenf (Results 1 – 2 of 2) sorted by relevance
/external/bsdiff/ |
D | bsdiff.cc | 72 ssize_t s,Sf,lenf,Sb,lenb; in bsdiff() local 141 s=0;Sf=0;lenf=0; in bsdiff() 145 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; }; in bsdiff() 157 if(lastscan+lenf>scan-lenb) { in bsdiff() 158 overlap=(lastscan+lenf)-(scan-lenb); in bsdiff() 161 if(new_buf[lastscan+lenf-overlap+i]== in bsdiff() 162 old_buf[lastpos+lenf-overlap+i]) s++; in bsdiff() 168 lenf+=lens-overlap; in bsdiff() 173 ControlEntry(lenf, in bsdiff() 174 (scan - lenb) - (lastscan + lenf), in bsdiff() [all …]
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 236 int32_t lenf = wsDatePattern.GetLength(); in ParseLocaleDate() local 238 while (*cc < len && ccf < lenf) { in ParseLocaleDate() 240 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleDate() 261 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleDate() 355 int lenf = wsTimePattern.GetLength(); in ParseLocaleTime() local 359 while (*cc < len && ccf < lenf) { in ParseLocaleTime() 361 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleTime() 382 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleTime() 571 int32_t lenf = wsDatePattern.GetLength(); in DateFormat() local 573 while (ccf < lenf) { in DateFormat() [all …]
|