Searched refs:fPrefix (Results 1 – 6 of 6) sorted by relevance
16 private int fPrefix; field in ComparisonCompactor40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()41 if (fPrefix > 0) in compactString()49 fPrefix= 0; in findCommonPrefix()51 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()52 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
71 private int fPrefix; field in ComparisonFailure.ComparisonCompactor98 … String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()99 if (fPrefix > 0) in compactString()107 fPrefix= 0; in findCommonPrefix()109 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()110 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()118 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()126 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
39 movieMaker->fPrefix.set(parentMaker->fPrefix); in buildMovie()123 fMovie.fMaker->fPrefix.set(maker.fPrefix); in onEndElement()
177 fUriBase = maker.fPrefix.c_str(); in onEndElement()
117 SkString fPrefix; variable
385 return fMaker->fPrefix.c_str(); in getURIBase()647 fMaker->fPrefix.reset(); in setURIBase()648 fMaker->fPrefix.append(prefix); in setURIBase()