Searched defs:baseValue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h69 void animationStarted(SVGPathByteStream* byteStream, const SVGPathSegList* baseValue) argument
72 ASSERT(baseValue);
77 SVGPathSegList* copy = new SVGPathSegList(*baseValue);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfsubs.cpp153 double baseValue,
213 double baseValue,
280 double baseValue,
312 double baseValue,
316 { result.setDouble(baseValue); return TRUE; }
657 * @param baseValue A partial parse result that should be
670 * baseValue with whatever was returned from matching the
678 double baseValue,
684 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
746 tempResult = composeRuleValue(tempResult, baseValue);
310 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
676 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
927 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1093 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1225 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
/external/icu4c/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedPath.cpp46 const SVGPathSegList& baseValue = property->currentBaseValue(); local
50 buildSVGPathByteStreamFromSVGPathSegList(baseValue, byteStream.get(), UnalteredParsing);
62 result[i]->animationStarted(byteStream.get(), &baseValue);
77 const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get())->currentBaseValue(); local
78 buildSVGPathByteStreamFromSVGPathSegList(baseValue, type->path(), UnalteredParsing);
H A DSVGAnimateElement.cpp234 String baseValue; local
238 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
242 m_animatedType = animator->constructFromString(baseValue);
244 m_animatedType->setValueAsString(attributeName, baseValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 145 milliseconds