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

/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.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/webkit/Source/WebCore/svg/
H A DSVGAnimateTransformElement.cpp114 void SVGAnimateTransformElement::resetToBaseValue(const String& baseValue) argument
121 targetElement->setAttribute(SVGNames::gradientTransformAttr, baseValue.isEmpty() ? "matrix(1 0 0 1 0 0)" : baseValue);
125 if (baseValue.isEmpty()) {
129 targetElement->setAttribute(SVGNames::transformAttr, baseValue);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGOperations.cpp67 JSValue baseValue = JSValue::decode(encodedBase); local
70 if (LIKELY(baseValue.isCell())) {
71 JSCell* base = baseValue.asCell();
89 return JSValue::encode(baseValue.get(exec, i));
101 return JSValue::encode(baseValue.get(exec, ident));
106 JSValue baseValue = JSValue::decode(encodedBase); local
107 PropertySlot slot(baseValue);
108 return JSValue::encode(baseValue.get(exec, *identifier, slot));
116 JSValue baseValue = JSValue::decode(encodedBase); local
123 if (isJSArray(globalData, baseValue)) {
[all...]
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp203 String baseValue; local
205 baseValue = computedStyle(targetElement)->getPropertyValue(cssPropertyID(attributeName.localName()));
207 baseValue = targetElement->getAttribute(attributeName);
208 m_savedBaseValues.add(key, baseValue);
209 return baseValue;
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1199 NEVER_INLINE void Interpreter::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue baseValue, const PutPropertySlot& slot) argument
1205 if (!baseValue.isCell())
1214 JSCell* baseCell = baseValue.asCell();
1274 NEVER_INLINE void Interpreter::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot) argument
1281 if (!baseValue.isCell()) {
1287 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
1292 if (isJSString(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
1303 Structure* structure = baseValue.asCell()->structure();
1326 if (slot.slotBase() == baseValue) {
1383 size_t count = normalizePrototypeChain(callFrame, baseValue, slo
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp806 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) argument
810 if (!baseValue.isCell())
819 JSCell* baseCell = baseValue.asCell();
856 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) argument
862 if (!baseValue.isCell()) {
869 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
874 if (isJSString(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
887 JSCell* baseCell = baseValue.asCell();
897 if (slot.slotBase() == baseValue) {
934 size_t count = normalizePrototypeChain(callFrame, baseValue, slo
1422 JSValue baseValue = stackFrame.args[0].jsValue(); local
1500 JSValue baseValue = stackFrame.args[0].jsValue(); local
1518 JSValue baseValue = stackFrame.args[0].jsValue(); local
1590 JSValue baseValue = stackFrame.args[0].jsValue(); local
1612 JSValue baseValue = stackFrame.args[0].jsValue(); local
1719 JSValue baseValue = stackFrame.args[0].jsValue(); local
1780 JSValue baseValue = stackFrame.args[0].jsValue(); local
1792 JSValue baseValue = stackFrame.args[0].jsValue(); local
1804 JSValue baseValue = stackFrame.args[0].jsValue(); local
1816 JSValue baseValue = stackFrame.args[0].jsValue(); local
2345 JSValue baseValue = stackFrame.args[0].jsValue(); local
2391 JSValue baseValue = stackFrame.args[0].jsValue(); local
2421 JSValue baseValue = stackFrame.args[0].jsValue(); local
2470 JSValue baseValue = stackFrame.args[0].jsValue(); local
2518 JSValue baseValue = stackFrame.args[0].jsValue(); local
3205 JSValue baseValue = argv[0].jsValue(); local
3494 JSValue baseValue = stackFrame.args[0].jsValue(); local
[all...]
/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 177 milliseconds