Home
last modified time | relevance | path

Searched refs:parse (Results 1326 - 1350 of 3613) sorted by relevance

1...<<51525354555657585960>>...145

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java42 DateFieldType.toEnum(args.get(1)).toEpochMillis(LocalDate.parse(args.get(0)));
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatMiscTests.java41 // Date parse requiring 4 digit year. in Test4097450()
62 logln(resultFormatter.format(formatter.parse(dstring[i]), str, pos).toString()); in Test4097450()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMiniMessageFormatter.java43 this.msg.parse(msg); in applyPattern()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatMiscTests.java44 // Date parse requiring 4 digit year. in Test4097450()
65 logln(resultFormatter.format(formatter.parse(dstring[i]), str, pos).toString()); in Test4097450()
/third_party/icu/icu4c/source/config/
H A Ddist.mk29 GITVER=$(shell (cd $(ICU4CTOP) && (git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)) || echo 'unknown')
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DCppMetadataGenerator.java72 public static Type parse(String typeName) { in parse() method in CppMetadataGenerator.Type
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-assign.js54 var obj3 = JSON.parse (JSON.stringify (obj1));
/third_party/json/include/nlohmann/detail/input/
H A Dparser.hpp93 void parse(const bool strict, BasicJsonType& result) in parse() function in detail::parser
212 // parse key in sax_parse_internal()
224 // parse separator (:) in sax_parse_internal()
235 // parse values in sax_parse_internal()
260 // parse values (no need to call get_token) in sax_parse_internal()
377 // parse a new value in sax_parse_internal()
390 // We are done with this array. Before we can parse a in sax_parse_internal()
410 // parse key in sax_parse_internal()
423 // parse separator (:) in sax_parse_internal()
431 // parse value in sax_parse_internal()
[all...]
/third_party/json/tests/src/
H A Dunit-alt-string.cpp243 SECTION("parse")
245 auto doc = alt_json::parse(R"({"foo": "bar"})");
252 auto doc = alt_json::parse(R"({"foo": "bar"})");
260 auto doc_array = alt_json::parse(R"(["foo", "bar"])");
319 auto j = alt_json::parse(R"({"foo": ["bar", "baz"]})");
/third_party/node/lib/internal/modules/
H A Dhelpers.js311 root = parser.parse(code, { sourceType: 'module', ecmaVersion: 'latest' });
/third_party/node/test/parallel/
H A Dtest-trace-events-api.js154 const traces = JSON.parse(data.toString()).traceEvents
/third_party/mesa3d/src/mesa/main/
H A Dformat_info.py140 formats = parser.parse(sys.argv[1])
/third_party/node/deps/npm/lib/utils/
H A Dsbom-spdx.js124 const integrity = ssri.parse(node.integrity, { single: true })
/third_party/mesa3d/src/intel/genxml/
H A Dgen_sort_tags.py108 xml = et.parse(filename)
/third_party/mesa3d/src/util/format/
H A Du_format_table.py317 formats.extend(parse(arg))
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h176 // Before parse, set unknown zone to SimpleDateFormat instance in call()
185 //errln("Failed to create an instance of calendar for receiving parse result."); in call()
191 sdf->parse(tzstr, *outcal, pos); in call()
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/
H A DPhoneNumberOfflineGeocoder.java127 copiedNumber = phoneUtil.parse(nationalNumber, region); in getDescriptionForValidNumber()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py173 doc = et.parse(filename)
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DCertificate.pm39 sub parse subroutine
H A DServerHello.pm48 sub parse subroutine
77 #want to parse this
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompilerTest.java142 return RangeTree.from(Arrays.stream(lines).map(RangeSpecification::parse)); in ranges()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexGeneratorTest.java195 return RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in ranges()
H A DEdgeWriterTest.java124 RangeSpecification spec = RangeSpecification.parse(s); in e()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DRecipesTableSchema.java102 return RangeKey.create(RangeSpecification.parse(parts.get(0)), rangeKeyLength); in read()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs47 /// Any additional headers to #include. The cxxbridge tool does not parse or
142 attrs::parse(

Completed in 13 milliseconds

1...<<51525354555657585960>>...145