Home
last modified time | relevance | path

Searched refs:parse (Results 1351 - 1375 of 1672) sorted by relevance

1...<<51525354555657585960>>...67

/third_party/icu/icu4c/source/i18n/
H A Dumsg.cpp141 // For parse, do the reverse of format:
528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()
H A Dwindtfmt.cpp272 void Win32DateFormat::parse(const UnicodeString& /* text */, Calendar& /* cal */, ParsePosition& pos) const in parse() function in Win32DateFormat
/third_party/jinja2/
H A Dutils.py12 from urllib.parse import quote_from_bytes
/third_party/json/tests/src/
H A Dunit-udt_macro.cpp363 nlohmann::json j2 = nlohmann::json::parse(s);
/third_party/libwebsockets/test-apps/
H A Dtest.js254 jso = JSON.parse(msg.data);
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js254 jso = JSON.parse(msg.data);
/third_party/node/lib/internal/policy/
H A Dmanifest.js386 * This avoids needing to parse all SRI strings at startup even
572 const sri = ObjectFreeze(SRI.parse(integrityEntries));
681 // URL parse will trim these anyway, save the compute
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js325 const ast = babylon.parse(preprocessed, BABYLON_OPTIONS);
/third_party/node/test/parallel/
H A Dtest-crypto-rsa-dsa-revert.js259 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
H A Dtest-crypto-rsa-dsa.js276 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
H A Dtest-stream2-transform.js391 // Verify object transform (JSON parse)
395 jp.push(JSON.parse(data));
/third_party/node/deps/icu-small/source/i18n/
H A Dchoicfmt.cpp498 ChoiceFormat::parse(const UnicodeString& text, in parse() function in ChoiceFormat
509 // find the best number (defined as the one with the longest parse) in parseArgument()
H A Dwindtfmt.cpp273 void Win32DateFormat::parse(const UnicodeString& /* text */, Calendar& /* cal */, ParsePosition& pos) const in parse() function in Win32DateFormat
H A Dumsg.cpp141 // For parse, do the reverse of format:
528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
/third_party/mesa3d/src/mesa/main/
H A Dformat_parser.py541 def parse(filename): function
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py402 def parse(filename): function
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py372 xml = et.parse(filename)
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py31 tree = ET.parse(os.path.join(os.path.dirname(__file__), 'ISA.xml'))
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_vms.c418 status = sys$parse(&fab, 0, 0); in vms_merger()
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js156 return JSON.parse(JSON.stringify(obj))
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DRangesTableSchema.java355 RangeSpecification.parse(parts.get(0)), LengthsParser.parseLengths(parts.get(1))); in read()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java173 return RangeTree.from(specs.stream().map(RangeSpecification::parse).collect(toImmutableList())); in ranges()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java274 spec.isEmpty() ? RangeSpecification.empty() : RangeSpecification.parse(spec); in key()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationJob.java163 Preconditions.checkArgument(RangeSpecification.parse(oldFormat).matches(migratingNumber), in migrate()

Completed in 19 milliseconds

1...<<51525354555657585960>>...67