Searched defs:parseError (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLineElement.cpp81 SVGParsingError parseError = NoError; local
86 setX1BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
88 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
90 setX2BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
92 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
98 reportAttributeParsingError(parseError, name, value);
H A DSVGCircleElement.cpp78 SVGParsingError parseError = NoError; local
83 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
85 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
87 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
93 reportAttributeParsingError(parseError, name, value);
H A DSVGEllipseElement.cpp82 SVGParsingError parseError = NoError; local
87 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
91 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
93 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
99 reportAttributeParsingError(parseError, name, value);
H A DSVGForeignObjectElement.cpp85 SVGParsingError parseError = NoError; local
90 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
92 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
94 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
96 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
101 reportAttributeParsingError(parseError, name, value);
H A DSVGRectElement.cpp90 SVGParsingError parseError = NoError; local
95 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
97 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
99 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
101 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
103 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
105 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
111 reportAttributeParsingError(parseError, name, value);
H A DSVGCursorElement.cpp83 SVGParsingError parseError = NoError; local
88 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
90 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
97 reportAttributeParsingError(parseError, name, value);
H A DSVGFilterPrimitiveStandardAttributes.cpp77 SVGParsingError parseError = NoError; local
82 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
84 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
86 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
88 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
94 reportAttributeParsingError(parseError, name, value);
H A DSVGLinearGradientElement.cpp83 SVGParsingError parseError = NoError; local
88 setX1BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
90 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
92 setX2BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
94 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
98 reportAttributeParsingError(parseError, name, value);
H A DSVGMaskElement.cpp95 SVGParsingError parseError = NoError; local
110 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
112 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
114 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
116 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
122 reportAttributeParsingError(parseError, name, value);
H A DSVGRadialGradientElement.cpp90 SVGParsingError parseError = NoError; local
95 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
97 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
99 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
101 setFxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
103 setFyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
105 setFrBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
109 reportAttributeParsingError(parseError, name, value);
H A DSVGTextPathElement.cpp89 SVGParsingError parseError = NoError; local
94 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError));
107 reportAttributeParsingError(parseError, name, value);
H A DSVGFilterElement.cpp123 SVGParsingError parseError = NoError; local
136 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
138 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
140 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
142 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
154 reportAttributeParsingError(parseError, name, value);
H A DSVGImageElement.cpp109 SVGParsingError parseError = NoError; local
114 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
116 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
122 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
124 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
131 reportAttributeParsingError(parseError, name, value);
H A DSVGMarkerElement.cpp128 SVGParsingError parseError = NoError; local
137 setRefXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
139 setRefYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
141 setMarkerWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
143 setMarkerHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
156 reportAttributeParsingError(parseError, name, value);
H A DSVGPatternElement.cpp105 SVGParsingError parseError = NoError; local
126 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
128 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
130 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
132 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
140 reportAttributeParsingError(parseError, name, value);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h67 UParseError parseError; member in class:TransliteratorParser
H A Drbt.cpp32 UParseError& parseError,
41 parser.parse(rules, direction, parseError, status);
63 * @param parseError Struct to recieve information on position
74 UParseError& parseError,
77 _construct(rules, direction,parseError,status);
97 UParseError parseError;
98 _construct(rules, direction,parseError, status);
110 UParseError parseError;
111 _construct(rules, direction,parseError, status);
122 UParseError parseError;
30 _construct(const UnicodeString& rules, UTransDirection direction, UParseError& parseError, UErrorCode& status) argument
69 RuleBasedTransliterator( const UnicodeString& id, const UnicodeString& rules, UTransDirection direction, UnicodeFilter* adoptedFilter, UParseError& parseError, UErrorCode& status) argument
[all...]
H A Dformat.cpp163 * @param pattern The pattern to copy into the parseError
165 * @param parseError The UParseError object to fill in
170 UParseError& parseError) {
171 parseError.offset = pos;
172 parseError.line=0; // we are not using line number
178 pattern.extract(start,stop-start,parseError.preContext,0);
180 parseError.preContext[stop-start] = 0;
186 pattern.extract(start,stop-start,parseError.postContext,0);
188 parseError.postContext[stop-start]= 0;
168 syntaxError(const UnicodeString& pattern, int32_t pos, UParseError& parseError) argument
H A Dutrans.cpp137 UParseError *parseError,
148 if(parseError == NULL){
149 parseError = &temp;
158 trans = Transliterator::createInstance(ID, dir, *parseError, *status);
170 trans = Transliterator::createFromRules(ID, ruleStr, dir, *parseError, *status);
184 UParseError* parseError, /* may be Null */
189 parseError, status);
132 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
/external/icu4c/i18n/
H A Drbt_pars.h67 UParseError parseError; member in class:TransliteratorParser
H A Drbt.cpp32 UParseError& parseError,
41 parser.parse(rules, direction, parseError, status);
63 * @param parseError Struct to recieve information on position
74 UParseError& parseError,
77 _construct(rules, direction,parseError,status);
97 UParseError parseError;
98 _construct(rules, direction,parseError, status);
110 UParseError parseError;
111 _construct(rules, direction,parseError, status);
122 UParseError parseError;
30 _construct(const UnicodeString& rules, UTransDirection direction, UParseError& parseError, UErrorCode& status) argument
69 RuleBasedTransliterator( const UnicodeString& id, const UnicodeString& rules, UTransDirection direction, UnicodeFilter* adoptedFilter, UParseError& parseError, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbirb.cpp232 UParseError *parseError,
241 RBBIRuleBuilder builder(rules, parseError, status);
231 createRuleBasedBreakIterator( const UnicodeString &rules, UParseError *parseError, UErrorCode &status) argument
/external/icu4c/common/
H A Drbbirb.cpp232 UParseError *parseError,
241 RBBIRuleBuilder builder(rules, parseError, status);
231 createRuleBasedBreakIterator( const UnicodeString &rules, UParseError *parseError, UErrorCode &status) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnptrans.cpp37 NamePrepTransform* NamePrepTransform::createInstance(UParseError& parseError, UErrorCode& status){ argument
38 NamePrepTransform* transform = new NamePrepTransform(parseError, status);
47 NamePrepTransform::NamePrepTransform(UParseError& parseError, UErrorCode& status) argument
72 UTRANS_FORWARD, parseError,status);
142 UParseError* /*parseError*/,
187 UParseError* parseError,
208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
216 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
184 process( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UBool allowUnassigned, UParseError* parseError, UErrorCode& status ) argument
H A Dtrnserr.cpp57 UParseError parseError; local
64 Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status);
136 Transliterator* t1= Transliterator::createInstance(bogusID, UTRANS_FORWARD, parseError, status);
142 Transliterator* t2 = Transliterator::createFromRules(newID, newIDRules, UTRANS_FORWARD, parseError, status);
153 Transliterator* t4 = Transliterator::createFromRules(newID, bogusRules, UTRANS_FORWARD, parseError, status);
156 if (parseError.offset != -1) {
158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {

Completed in 905 milliseconds

12345