Searched refs:fPrefix (Results 1 – 5 of 5) sorted by relevance
12 private int fPrefix; field in ComparisonCompactor33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()34 if (fPrefix > 0) in compactString()42 fPrefix= 0; in findCommonPrefix()44 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()45 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()53 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()61 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
47 movieMaker->fPrefix.set(parentMaker->fPrefix); in buildMovie()131 fMovie.fMaker->fPrefix.set(maker.fPrefix); in onEndElement()
186 fUriBase = maker.fPrefix.c_str(); in onEndElement()
125 SkString fPrefix; variable
391 return fMaker->fPrefix.c_str(); in getURIBase()653 fMaker->fPrefix.reset(); in setURIBase()654 fMaker->fPrefix.append(prefix); in setURIBase()