/third_party/icu/icu4c/source/i18n/ |
H A D | umsg.cpp | 141 // For parse, do the reverse of format: 528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()
|
H A D | windtfmt.cpp | 272 void Win32DateFormat::parse(const UnicodeString& /* text */, Calendar& /* cal */, ParsePosition& pos) const in parse() function in Win32DateFormat
|
/third_party/jinja2/ |
H A D | utils.py | 12 from urllib.parse import quote_from_bytes
|
/third_party/json/tests/src/ |
H A D | unit-udt_macro.cpp | 363 nlohmann::json j2 = nlohmann::json::parse(s);
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 254 jso = JSON.parse(msg.data);
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 254 jso = JSON.parse(msg.data);
|
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 386 * 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 D | source_helpers.js | 325 const ast = babylon.parse(preprocessed, BABYLON_OPTIONS);
|
/third_party/node/test/parallel/ |
H A D | test-crypto-rsa-dsa-revert.js | 259 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
|
H A D | test-crypto-rsa-dsa.js | 276 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
|
H A D | test-stream2-transform.js | 391 // Verify object transform (JSON parse) 395 jp.push(JSON.parse(data));
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | choicfmt.cpp | 498 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 D | windtfmt.cpp | 273 void Win32DateFormat::parse(const UnicodeString& /* text */, Calendar& /* cal */, ParsePosition& pos) const in parse() function in Win32DateFormat
|
H A D | umsg.cpp | 141 // For parse, do the reverse of format: 528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()
|
H A D | plurrule_impl.h | 160 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 D | format_parser.py | 541 def parse(filename): function
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_parse.py | 402 def parse(filename): function
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 372 xml = et.parse(filename)
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.py | 31 tree = ET.parse(os.path.join(os.path.dirname(__file__), 'ISA.xml'))
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_vms.c | 418 status = sys$parse(&fab, 0, 0); in vms_merger()
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | util.js | 156 return JSON.parse(JSON.stringify(obj))
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | RangesTableSchema.java | 355 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 D | CompilerRegressionTest.java | 173 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 D | CsvTableTest.java | 274 spec.isEmpty() ? RangeSpecification.empty() : RangeSpecification.parse(spec); in key()
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationJob.java | 163 Preconditions.checkArgument(RangeSpecification.parse(oldFormat).matches(migratingNumber), in migrate()
|