/third_party/node/deps/icu-small/source/i18n/ |
H A D | compactdecimalformat.cpp | 53 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat 60 CompactDecimalFormat::parse( in parse() function in CompactDecimalFormat
|
/third_party/node/deps/v8/src/inspector/ |
H A D | remote-object-id.h | 34 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 D | compactdecimalformat.cpp | 53 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 D | compactdecimalformat.h | 121 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 D | test_main.cc | 35 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 D | SkSVGPath.cpp | 19 this->setPath(SkSVGAttributeParser::parse<SkPath>("d", n, v)); in parseAndSetAttribute() 23 bool SkSVGAttributeParser::parse<SkPath>(SkPath* path) { in parse() function in SkSVGAttributeParser
|
H A D | SkSVGFeImage.cpp | 18 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 D | ext.rs | 4 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 D | channel.rs | 32 .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 D | NumberFormatICU.java | 157 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 D | benchmarks.cpp | 19 // 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 D | gen_exceptions.js | 22 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 D | NumberFormatTest.java | 211 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 D | DateFormatRegressionTestJ.java | 151 //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 D | NumberFormatDataDrivenTest.java | 18 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 D | numbertest_parse.cpp | 144 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 D | ExampleNumbersTest.java | 153 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 D | test_unparse.py | 173 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 D | DateFormatRegressionTestJ.java | 148 //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 D | NumberFormatDataDrivenTest.java | 17 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 D | unit-binary_formats.cpp | 22 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 D | registry.js | 149 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 D | xmlbuilder.py | 185 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 D | compare_codereview.py | 28 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 D | value_parser.rs | 579 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...] |