Home
last modified time | relevance | path

Searched refs:parse (Results 276 - 300 of 2040) sorted by relevance

1...<<11121314151617181920>>...82

/third_party/node/deps/icu-small/source/i18n/
H A Dcompactdecimalformat.cpp53 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat
60 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat
/third_party/node/deps/v8/src/inspector/
H A Dremote-object-id.h34 static Response parse(const String16&, std::unique_ptr<RemoteObjectId>*);
43 static Response parse(const String16&, std::unique_ptr<RemoteCallFrameId>*);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcompactdecimalformat.cpp53 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat
60 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcompactdecimalformat.h121 void parse(const UnicodeString& text, Formattable& result,
133 void parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const U_OVERRIDE;
138 * the parse() method, this method will attempt to parse a generic
146 * @param text the string to parse
150 * If the parse fails, the position in unchanged upon output.
151 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
153 * the parsed currency; if parse fails, this is NULL.
/third_party/skia/third_party/externals/tint/src/
H A Dtest_main.cc35 bool parse(int argc, char** argv) { in parse() function
68 if (!flags.parse(argc, argv)) { in main()
/third_party/skia/modules/svg/src/
H A DSkSVGPath.cpp19 this->setPath(SkSVGAttributeParser::parse<SkPath>("d", n, v)); in parseAndSetAttribute()
23 bool SkSVGAttributeParser::parse<SkPath>(SkPath* path) { in parse() function in SkSVGAttributeParser
H A DSkSVGFeImage.cpp18 this->setHref(SkSVGAttributeParser::parse<SkSVGIRI>("xlink:href", n, v)) || in parseAndSetAttribute()
19 this->setPreserveAspectRatio(SkSVGAttributeParser::parse<SkSVGPreserveAspectRatio>( in parseAndSetAttribute()
/third_party/rust/crates/syn/src/
H A Dext.rs4 use crate::parse::Peek;
5 use crate::parse::{ParseStream, Result};
25 /// use syn::parse::ParseStream;
39 /// input.parse::<kw::name>()?;
40 /// input.parse::<Token![=]>()?;
/third_party/rust/crates/version_check/src/
H A Dchannel.rs32 .and_then(|version| Channel::parse(&version)) in read()
44 /// let dev = Channel::parse("1.3.0-dev").unwrap();
47 /// let nightly = Channel::parse("1.42.2-nightly").unwrap();
50 /// let beta = Channel::parse("1.32.0-beta").unwrap();
53 /// let stable = Channel::parse("1.4.0").unwrap();
56 pub fn parse(version: &str) -> Option<Channel> { in parse() functions
89 /// let dev = Channel::parse("1.3.0-dev").unwrap();
92 /// let nightly = Channel::parse("1.42.2-nightly").unwrap();
95 /// let beta = Channel::parse("1.32.0-beta").unwrap();
98 /// let stable = Channel::parse("1.
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java157 public Number parse(String source) throws ParseException { in parse() method in NumberFormatICU
158 return fIcuNfmt.parse(source); in parse()
162 public Number parse(String source, ParsePosition parsePosition) { in parse() method in NumberFormatICU
163 return fIcuNfmt.parse(source, parsePosition); in parse()
/third_party/json/tests/benchmarks/src/
H A Dbenchmarks.cpp19 // parse JSON from file
31 *j = json::parse(*f); in ParseFile()
52 // parse JSON from string
66 *j = json::parse(str); in ParseString()
93 json j = json::parse(str); in Dump()
127 json j = json::parse(str); in ToCbor()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dgen_exceptions.js22 const PARSE_FAILED_RE = /^WARNING: failed to sloppy parse (.*)\n$/;
23 const PARSE_STRICT_FAILED_RE = /^WARNING: failed to strict parse (.*)\n$/;
80 // No more than 5% parse/mutation errors.
128 .parse(process.argv);
143 // Skip tests that fail to parse/mutate or are very slow.
145 ` Tests with parse errors from ${name} `, failedParse));
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java211 double value = parser.parse("-0,5").doubleValue(); in TestParseNegativeWithFaLocale()
222 double value = parser.parse("\u208B0.5").doubleValue(); in TestParseNegativeWithAlternativeMinusSign()
341 double a = fmt.parse(s, pos).doubleValue(); in TestExponential()
343 logln(" -parse-> " + Double.toString(a)); in TestExponential()
346 errln("FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + a); in TestExponential()
357 Number A = fmt.parse(s, pos); in TestExponential()
361 logln(" -parse-> " + a); in TestExponential()
365 errln("FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + Long.toString(a)); in TestExponential()
367 errln("Fail to parse the string: " + s); in TestExponential()
407 Number num = fmt.parse(st in TestParseCurrencyTrailingSymbol()
[all...]
H A DDateFormatRegressionTestJ.java151 //pattern "s.S, parse '1ms'"
183 Date d = fmt.parse("01/22/92 04:52:00 GMT", p0); in Test4266432()
217 Date currentTime = sdf.parse("vggf 20 01.0 9.29 ap. J.-C. at 05:26:33 GMT+08:00", in Test4375399()
220 logln("parse right"); in Test4375399()
251 d = sdf.parse(str, new ParsePosition(0)); in Test4468663()
252 logln(" after parse----->" + d.toString()); in Test4468663()
257 d = sdf.parse(str, new ParsePosition(0)); in Test4468663()
258 logln(" after parse----->" + d.toString()); in Test4468663()
279 Date date = sdf.parse(TIME_STRING); in run()
288 errln("parse erro in run()
[all...]
H A DNumberFormatDataDrivenTest.java18 import ohos.global.icu.impl.number.parse.NumberParserImpl;
45 * Standard function for comparing expected and actual parse results. Handles NaN, Infinity, and
50 throw new AssertionError("Error: value is null but parse position is not zero"); in compareParseResult()
93 * Standard function for comparing expected and actual parse-currency results. Handles failure cases.
94 * Does not currently handle NaN or Infinity because there are no parse-currency cases with NaN or
160 public String parse(DataDrivenNumberFormatTestData tuple) {
163 Number actual = fmt.parse(tuple.parse, ppos);
171 CurrencyAmount actual = fmt.parseCurrency(tuple.parse, ppos);
337 public String parse(DataDrivenNumberFormatTestDat
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_parse.cpp144 parser->parse(inputString, true, resultObject, status); in testBasic()
155 parser->parse(inputString, false, resultObject, status); in testBasic()
176 parser->parse(inputString, true, resultObject, status); in testBasic()
373 parser->parse(inputString, true, resultObject, status); in test20360_BidiOverflow()
379 parser->parse(inputString, false, resultObject, status); in test20360_BidiOverflow()
399 parser->parse(inputString, false, resultObject, status); in testInfiniteRecursion()
406 parser->parse(inputString, false, resultObject, status); in testInfiniteRecursion()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DExampleNumbersTest.java153 exampleNumber = phoneNumberUtil.parse(desc.getExampleNumber(), regionCode); in testCanBeInternationallyDialled()
209 phoneNumberUtil.parse(exampleShortNumber, regionCode), regionCode)) { in testShortNumbersValidAndCorrectCost()
215 PhoneNumber phoneNumber = phoneNumberUtil.parse(exampleShortNumber, regionCode); in testShortNumbersValidAndCorrectCost()
224 phoneNumber = phoneNumberUtil.parse(exampleShortNumber, regionCode); in testShortNumbersValidAndCorrectCost()
247 PhoneNumber phoneNumber = phoneNumberUtil.parse(exampleNumber, regionCode); in testEmergency()
268 PhoneNumber carrierSpecificNumber = phoneNumberUtil.parse(exampleNumber, regionCode); in testCarrierSpecificShortNumbers()
285 PhoneNumber smsServiceNumber = phoneNumberUtil.parse(exampleNumber, regionCode); in testSmsServiceShortNumbers()
/third_party/python/Lib/test/
H A Dtest_unparse.py173 ast1 = ast.parse(code1, **kwargs)
175 ast2 = ast.parse(code2, **kwargs)
184 code1 = ast.unparse(ast.parse(code1))
274 ast.parse(ast.unparse(ast.Constant(value=float('nan')))),
275 ast.parse('1e1000 - 1e1000')
333 ast.parse(ast.unparse(ast.Set(elts=[]))),
334 ast.parse('{*()}')
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java148 //pattern "s.S, parse '1ms'"
180 Date d = fmt.parse("01/22/92 04:52:00 GMT", p0); in Test4266432()
214 Date currentTime = sdf.parse("vggf 20 01.0 9.29 ap. J.-C. at 05:26:33 GMT+08:00", in Test4375399()
217 logln("parse right"); in Test4375399()
248 d = sdf.parse(str, new ParsePosition(0)); in Test4468663()
249 logln(" after parse----->" + d.toString()); in Test4468663()
254 d = sdf.parse(str, new ParsePosition(0)); in Test4468663()
255 logln(" after parse----->" + d.toString()); in Test4468663()
276 Date date = sdf.parse(TIME_STRING); in run()
285 errln("parse erro in run()
[all...]
H A DNumberFormatDataDrivenTest.java17 import com.ibm.icu.impl.number.parse.NumberParserImpl;
42 * Standard function for comparing expected and actual parse results. Handles NaN, Infinity, and
47 throw new AssertionError("Error: value is null but parse position is not zero"); in compareParseResult()
90 * Standard function for comparing expected and actual parse-currency results. Handles failure cases.
91 * Does not currently handle NaN or Infinity because there are no parse-currency cases with NaN or
157 public String parse(DataDrivenNumberFormatTestData tuple) {
160 Number actual = fmt.parse(tuple.parse, ppos);
168 CurrencyAmount actual = fmt.parseCurrency(tuple.parse, ppos);
334 public String parse(DataDrivenNumberFormatTestDat
[all...]
/third_party/json/tests/src/
H A Dunit-binary_formats.cpp22 json j = json::parse(std::ifstream(filename));
61 json j = json::parse(std::ifstream(filename));
100 json j = json::parse(std::ifstream(filename));
139 json j = json::parse(std::ifstream(filename));
178 json j = json::parse(std::ifstream(filename));
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js149 const distIntegrity = dist.integrity ? ssri.parse(dist.integrity)
192 const publishedTime = Date.parse(mani._time || MISSING_TIME_CUTOFF)
194 publishedTime < Date.parse(publicKey.expires)
241 const statement = JSON.parse(
282 (integratedTime < Date.parse(publicKey.expires))
307 const integrityHexDigest = ssri.parse(this.integrity).hexDigest()
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py185 return self.parse(input)
187 def parse(self, input): member in DOMBuilder
226 import posixpath, urllib.parse namespace
227 parts = urllib.parse.urlparse(systemId)
233 source.baseURI = urllib.parse.urlunparse(parts)
/third_party/skia/tools/
H A Dcompare_codereview.py28 Use the CodeReviewHTMLParser.parse static function to make use of
33 regex. [Search for "You can't parse [X]HTML with regex." for more
38 def parse(url): member in CodeReviewHTMLParser
150 Use the BuilderHTMLParser.parse static function to make use of
155 regex. [Search for "You can't parse [X]HTML with regex." for more
160 def parse(url): member in BuilderHTMLParser
326 control = CodeReviewHTMLParser.parse(control_url)
327 roll = CodeReviewHTMLParser.parse(roll_url)
357 results = BuilderHTMLParser.parse(url)
/third_party/rust/crates/clap/src/builder/
H A Dvalue_parser.rs579 fn parse( in parse() functions
611 fn parse( in parse() functions
617 let value = ok!(TypedValueParser::parse(self, cmd, arg, value)); in parse()
702 fn parse( in parse() functions
869 TypedValueParser::parse(self, cmd, arg, value.to_owned()) in parse_ref()
872 fn parse( in parse() functions
917 TypedValueParser::parse(self, cmd, arg, value.to_owned()) in parse_ref()
920 fn parse( in parse() functions
959 TypedValueParser::parse(self, cmd, arg, value.to_owned()) in parse_ref()
962 fn parse( in parse() functions
1160 fn parse( parse() functions
1982 fn parse( parse() functions
2425 fn parse(_: &str) -> Result<usize, std::io::Error> { ensure_typed_applies_to_parse() functions
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...82