Searched refs:fPrefix (Results 1 – 5 of 5) sorted by relevance
/external/junit/src/main/java/junit/framework/ |
D | ComparisonCompactor.java | 12 private int fPrefix; field in ComparisonCompactor 34 …String result = DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString() 35 if (fPrefix > 0) { in compactString() 45 fPrefix = 0; in findCommonPrefix() 47 for (; fPrefix < end; fPrefix++) { in findCommonPrefix() 48 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) { in findCommonPrefix() 57 … for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix() 66 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
|
/external/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 57 length += output.insert(leftIndex, fPrefix, fField, status); in apply() 63 return fPrefix.length(); in getPrefixLength() 68 return fPrefix.countChar32() + fSuffix.countChar32(); in getCodePointCount() 145 length += output.insert(leftIndex, fPrefix, status); in apply() 151 return fPrefix.length(); in getPrefixLength() 156 return fPrefix.codePointCount() + fSuffix.codePointCount(); in getCodePointCount()
|
D | number_modifiers.h | 29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier() 41 UnicodeString fPrefix; 107 bool strong) : fPrefix(prefix), fSuffix(suffix), fStrong(strong) {} in ConstantMultiFieldModifier() 121 NumberStringBuilder fPrefix;
|
/external/skqp/tools/skqp/ |
D | skqp.cpp | 120 SkString fPrefix; member 121 StdAssetManager(const char* p) : fPrefix(p) {} in StdAssetManager() 123 SkString fullPath = fPrefix.isEmpty() in open() 125 : SkStringPrintf("%s/%s", fPrefix.c_str(), path); in open()
|
/external/skia/tools/skqp/ |
D | skqp.cpp | 120 SkString fPrefix; member 121 StdAssetManager(const char* p) : fPrefix(p) {} in StdAssetManager() 123 SkString fullPath = fPrefix.isEmpty() in open() 125 : SkStringPrintf("%s/%s", fPrefix.c_str(), path); in open()
|