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

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGCircleElement.cpp75 SVGParsingError parseError = NoError; local
80 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
82 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
84 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
89 reportAttributeParsingError(parseError, name, value);
H A DSVGEllipseElement.cpp79 SVGParsingError parseError = NoError; local
84 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
86 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
88 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
90 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
95 reportAttributeParsingError(parseError, name, value);
H A DSVGLineElement.cpp78 SVGParsingError parseError = NoError; local
83 setX1BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
85 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
87 setX2BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
94 reportAttributeParsingError(parseError, name, value);
H A DSVGRectElement.cpp87 SVGParsingError parseError = NoError; local
92 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
94 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
96 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
98 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
100 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
102 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
107 reportAttributeParsingError(parseError, name, value);
H A DSVGCursorElement.cpp82 SVGParsingError parseError = NoError; local
87 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
96 reportAttributeParsingError(parseError, name, value);
H A DSVGForeignObjectElement.cpp82 SVGParsingError parseError = NoError; local
87 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
91 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
93 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
98 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.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));
96 reportAttributeParsingError(parseError, name, value);
H A DSVGMaskElement.cpp92 SVGParsingError parseError = NoError; local
107 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
109 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
111 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
113 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
119 reportAttributeParsingError(parseError, name, value);
H A DSVGRadialGradientElement.cpp88 SVGParsingError parseError = NoError; local
93 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
95 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
97 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
99 setFxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
101 setFyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
103 setFrBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
107 reportAttributeParsingError(parseError, name, value);
H A DSVGTextPathElement.cpp85 SVGParsingError parseError = NoError; local
90 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError));
103 reportAttributeParsingError(parseError, name, value);
H A DSVGFilterElement.cpp121 SVGParsingError parseError = NoError; local
134 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
136 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
138 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
140 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
152 reportAttributeParsingError(parseError, name, value);
H A DSVGImageElement.cpp118 SVGParsingError parseError = NoError; local
123 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
131 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
133 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
139 reportAttributeParsingError(parseError, name, value);
H A DSVGMarkerElement.cpp126 SVGParsingError parseError = NoError; local
135 setRefXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
137 setRefYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
139 setMarkerWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
141 setMarkerHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
154 reportAttributeParsingError(parseError, name, value);
H A DSVGPatternElement.cpp102 SVGParsingError parseError = NoError; local
123 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
127 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
129 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
137 reportAttributeParsingError(parseError, name, value);
H A DSVGTextContentElement.cpp247 SVGParsingError parseError = NoError; local
256 m_textLength.value = SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths);
262 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

Completed in 703 milliseconds

12345