/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 747 * @param pos On input, starting position for parse. On output, 748 * final position after parse. Unchanged if parse 756 virtual Formattable* parse(const UnicodeString& source, 775 virtual Formattable* parse(const UnicodeString& source, 784 * @param result Formattable to be set to the parse result. 785 * If parse fails, return contents are undefined. 786 * @param pos On input, starting position for parse. On output, 787 * final position after parse. Unchanged if parse [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 166 // ======= Test parse() in TestAPI() 168 logln("Testing parse()"); in TestAPI() 174 double d2 = pat.parse(text, pos).doubleValue(); in TestAPI() 176 errln("ERROR: Roundtrip failed (via parse(" + d2 + " != " + d + ")) for " + text); in TestAPI() 378 Number n = df.parse(numstr); in testJB6648() 388 Number n = df.parse(numstr); in testJB6648() 389 logln("INFO: Successful parse for " + numstr + " with strict parse enabled. Number is " + n); in testJB6648()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 169 // ======= Test parse() in TestAPI() 171 logln("Testing parse()"); in TestAPI() 177 double d2 = pat.parse(text, pos).doubleValue(); in TestAPI() 179 errln("ERROR: Roundtrip failed (via parse(" + d2 + " != " + d + ")) for " + text); in TestAPI() 381 Number n = df.parse(numstr); in testJB6648() 391 Number n = df.parse(numstr); in testJB6648() 392 logln("INFO: Successful parse for " + numstr + " with strict parse enabled. Number is " + n); in testJB6648()
|
/third_party/node/lib/ |
H A D | querystring.js | 57 parse, 58 decode: parse, 318 function parse(qs, sep, eq, options) { function
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 747 * @param pos On input, starting position for parse. On output, 748 * final position after parse. Unchanged if parse 756 virtual Formattable* parse(const UnicodeString& source, 775 virtual Formattable* parse(const UnicodeString& source, 784 * @param result Formattable to be set to the parse result. 785 * If parse fails, return contents are undefined. 786 * @param pos On input, starting position for parse. On output, 787 * final position after parse. Unchanged if parse [all...] |
/third_party/node/deps/npm/node_modules/libnpmpublish/lib/ |
H A D | provenance.js | 202 provenanceBundle = JSON.parse(await readFile(provenancePath)) 235 return JSON.parse(Buffer.from(bundle.dsseEnvelope.payload, 'base64').toString('utf8')) 237 err.message = `Failed to parse payload from dsseEnvelope: ${err.message}`
|
/third_party/node/deps/npm/node_modules/ini/lib/ |
H A D | ini.js | 150 valueRaw === 'null' ? JSON.parse(valueRaw) 231 // remove the single quotes before calling JSON.parse 236 val = JSON.parse(val) 272 parse: decode,
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_parse.c | 329 struct tgsi_parse_context parse; in tgsi_get_processor_type() local 331 if (tgsi_parse_init( &parse, tokens ) != TGSI_PARSE_OK) { in tgsi_get_processor_type() 335 return parse.FullHeader.Processor.Processor; in tgsi_get_processor_type()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_cmdline_token.rs | 66 /// parse() takes the token as first argument, then the source buffer 67 /// starting at the token we want to parse. The 3rd arg is a pointer 84 /// parse(token ptr, buf, res pts, buf len) 85 pub parse: ::std::option::Option< 133 unsafe { ::std::ptr::addr_of!((*ptr).parse) as usize - ptr as usize }, in bindgen_test_layout_cmdline_token_ops() 139 stringify!(parse) in bindgen_test_layout_cmdline_token_ops()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | mod.rs | 20 mod parse; modules 36 use self::parse::kw; 48 pub use self::parse::parse_items;
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | mod.rs | 20 mod parse; modules 36 use self::parse::kw; 48 pub use self::parse::parse_items;
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | mod.rs | 20 mod parse; modules 36 use self::parse::kw; 48 pub use self::parse::parse_items;
|
/third_party/rust/crates/cxx/syntax/ |
H A D | mod.rs | 20 mod parse; modules 36 use self::parse::kw; 48 pub use self::parse::parse_items;
|
/third_party/rust/crates/clap/src/ |
H A D | derive.rs | 17 /// fundamental functions `parse` which uses the `std::env::args_os` iterator, 81 fn parse() -> Self { in parse() functions 341 /// Test whether `Self` can parse a specific subcommand 398 fn parse() -> Self { in parse() functions 399 Box::new(<T as Parser>::parse()) in parse()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | mod.rs | 20 mod parse; modules 36 use self::parse::kw; 48 pub use self::parse::parse_items;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 54 static llvm::Error parse(DataExtractor &Data, uint64_t BaseAddr, in parse() function 254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode() 268 llvm::Error Err = parse(Data, BaseAddr, in lookup()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 747 * @param pos On input, starting position for parse. On output, 748 * final position after parse. Unchanged if parse 756 virtual Formattable* parse(const UnicodeString& source, 775 virtual Formattable* parse(const UnicodeString& source, 784 * @param result Formattable to be set to the parse result. 785 * If parse fails, return contents are undefined. 786 * @param pos On input, starting position for parse. On output, 787 * final position after parse. Unchanged if parse [all...] |
/third_party/skia/src/xml/ |
H A D | SkDOM.cpp | 17 bool SkXMLParser::parse(const SkDOM& dom, const SkDOMNode* node) { in parse() function in SkXMLParser 35 if (!this->parse(dom, node)) { in parse() 158 if (!parser.parse(docStream)) in build() 160 SkDEBUGCODE(SkDebugf("xml parse error, line %d\n", parser.fParserError.getLineNumber());) in build()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 110 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal() 121 if (!parse(MB, Sections, Error)) in createInternal() 126 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse() function in llvm::SpecialCaseList
|
/third_party/python/Lib/email/ |
H A D | utils.py | 31 import urllib.parse namespace 212 Return a tuple of realname and email address, unless the parse fails, in 249 s = urllib.parse.quote(s, safe='', encoding=charset or 'ascii') 297 s = urllib.parse.unquote(s, encoding="latin-1") 317 # Issue 17369: if charset/lang is None, decode_rfc2231 couldn't parse
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | main.rs | 341 let major = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version() 342 let minor = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version() 343 let patch = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | builtin.h | 8 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | priv.h | 8 int (*parse)(struct nvkm_top *); member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | RequireAffixValidator.java | 3 package com.ibm.icu.impl.number.parse; 14 // We saw a prefix or a suffix but not both. Fail the parse. in postProcess()
|
H A D | RequireCurrencyValidator.java | 3 package com.ibm.icu.impl.number.parse;
|