Home
last modified time | relevance | path

Searched refs:parse (Results 901 - 925 of 2030) sorted by relevance

1...<<31323334353637383940>>...82

/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h35 * \brief C++ API: Format and parse dates in a language-independent manner.
670 * UDate currentTime_2 = formatter->parse(dateString, pp );
694 * only in lenient parse mode, the default) "01/02/-3" is parsed as Jan 2, 4 BC.
706 * parse "1234". In other words, the leftmost field of the run is flexible,
707 * while the others keep a fixed width. If the parse fails anywhere in the run,
709 * parsed again. This is repeated until either the parse succeeds or the
710 * leftmost field is one character in length. If the parse still fails at that
711 * point, the parse of the run fails.
927 using DateFormat::parse;
930 * Parse a date/time string beginning at the given parse positio
[all...]
H A Ddecimfmt.h75 * numbers. It has a variety of features designed to make it possible to parse
126 * form->parse(form->format(myNumber,str), fmtable, success);
150 * format->parse(form->format(myNumber, str), fmtable, success);
297 * suffixes must be distinct for parse() to be able
380 * <p>For currency parsing, the formatter is able to parse every currency
383 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
386 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&)
387 * fails to parse a string, it leaves the parse position unchanged.
388 * The convenience method parse(UnicodeStrin
[all...]
H A Dnumfmt.h69 * NumberFormat helps you to format and parse numbers for any locale.
114 * You can use a \c NumberFormat to parse also.
118 * nf->parse(myString, result, success);
147 * You can also use forms of the parse and format methods with
150 * <li>(a) progressively parse through pieces of a string.
334 * parse), while trailing whitespace is left as is.
339 * @param result Formattable to be set to the parse result.
340 * If parse fails, return contents are undefined.
630 * @param result Formattable to be set to the parse result.
631 * If parse fail
[all...]
H A Dtzfmt.h29 * Constants for time zone display format style used by format/parse APIs
225 * Constants for parse option flags, used for specifying optional parse behavior.
428 * Returns the bitwise flags of UTimeZoneFormatParseOption representing the default parse
430 * @return the default parse options.
437 * Sets the default parse options.
439 * created by {@link #createInstance} has no parse options set (UTZFMT_PARSE_OPTION_NONE).
588 * the given parse position, the specified format style and parse options.
593 * @param parseOptions The parse option
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_structure.py79 events1 = list(yaml.parse(file))
97 events1 = list(yaml.parse(file))
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapperTest.java190 icuData.get(RbPath.parse("match/partitions")).get(0).getElements(); in testEndToEnd()
271 RbPath rbPath = RbPath.parse(path); in getBytes()
/third_party/icu/tools/multi/proj/provider/glue/
H A Ddate_fe.cpp50 virtual void parse( const UnicodeString& text, Calendar& cal, ParsePosition& pos) const; \
140 void GLUE_SYM (DateFormat ) :: parse( const UnicodeString& text, Calendar& cal, ParsePosition& pos) const in GLUE_SYM()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java43 * The data logically represents a parse tree, but is stored and accessed
165 parse(pattern); in MessagePattern()
177 public MessagePattern parse(String pattern) { in parse() method in MessagePattern
847 "Attempt to parse("+prefix(pattern)+") on frozen MessagePattern instance."); in preParse()
957 // parse argument name or number in parseArg()
990 // parse argument type: case-sensitive a-zA-Z in parseArg()
1224 // parse the message fragment following the selector in parsePluralOrSelectStyle()
1329 // try to parse the number as a small integer but fall back to a double in parseDouble()
1387 * Does not fully parse or validate the value.
/third_party/mesa3d/bin/
H A Dgen_release_notes.py33 import urllib.parse namespace
121 # Method inspired by `states.Inliner.parse`
200 issues.append(os.path.basename(urllib.parse.urlparse(bug).path))
/third_party/json/tests/src/
H A Dunit-unicode4.cpp160 CHECK_NOTHROW(_ = json::parse(json_string)); in check_utf8string()
164 CHECK_THROWS_AS(_ = json::parse(json_string), json::parse_error&); in check_utf8string()
H A Dunit-unicode5.cpp160 CHECK_NOTHROW(_ = json::parse(json_string)); in check_utf8string()
164 CHECK_THROWS_AS(_ = json::parse(json_string), json::parse_error&); in check_utf8string()
H A Dunit-unicode3.cpp160 CHECK_NOTHROW(_ = json::parse(json_string)); in check_utf8string()
164 CHECK_THROWS_AS(_ = json::parse(json_string), json::parse_error&); in check_utf8string()
/third_party/node/test/sequential/
H A Dtest-inspector-port-cluster.js208 const workers = JSON.parse(process.env.workers);
209 const clusterSettings = JSON.parse(process.env.clusterSettings) || {};
/third_party/mesa3d/src/intel/genxml/
H A Dgen_bits_header.py252 def parse(self, filename): member in XmlParser
339 p.parse(source)
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumfmt.h69 * NumberFormat helps you to format and parse numbers for any locale.
114 * You can use a \c NumberFormat to parse also.
118 * nf->parse(myString, result, success);
147 * You can also use forms of the parse and format methods with
150 * <li>(a) progressively parse through pieces of a string.
351 * parse), while trailing whitespace is left as is.
356 * @param result Formattable to be set to the parse result.
357 * If parse fails, return contents are undefined.
647 * @param result Formattable to be set to the parse result.
648 * If parse fail
[all...]
H A Dtzfmt.h29 * Constants for time zone display format style used by format/parse APIs
225 * Constants for parse option flags, used for specifying optional parse behavior.
428 * Returns the bitwise flags of UTimeZoneFormatParseOption representing the default parse
430 * @return the default parse options.
437 * Sets the default parse options.
439 * created by {@link #createInstance} has no parse options set (UTZFMT_PARSE_OPTION_NONE).
588 * the given parse position, the specified format style and parse options.
593 * @param parseOptions The parse option
[all...]
H A Dsmpdtfmt.h35 * \brief C++ API: Format and parse dates in a language-independent manner.
671 * UDate currentTime_2 = formatter->parse(dateString, pp );
695 * only in lenient parse mode, the default) "01/02/-3" is parsed as Jan 2, 4 BC.
707 * parse "1234". In other words, the leftmost field of the run is flexible,
708 * while the others keep a fixed width. If the parse fails anywhere in the run,
710 * parsed again. This is repeated until either the parse succeeds or the
711 * leftmost field is one character in length. If the parse still fails at that
712 * point, the parse of the run fails.
928 using DateFormat::parse;
931 * Parse a date/time string beginning at the given parse positio
[all...]
H A Ddecimfmt.h75 * numbers. It has a variety of features designed to make it possible to parse
126 * form->parse(form->format(myNumber,str), fmtable, success);
150 * format->parse(form->format(myNumber, str), fmtable, success);
297 * suffixes must be distinct for parse() to be able
380 * <p>For currency parsing, the formatter is able to parse every currency
383 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
386 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&)
387 * fails to parse a string, it leaves the parse position unchanged.
388 * The convenience method parse(UnicodeStrin
[all...]
/third_party/node/deps/npm/test/lib/utils/
H A Dsbom-cyclonedx.js12 sbom = JSON.parse(s)
258 t.ok(validate(JSON.parse(sbom)), { snapshot: name, error: validate.errors?.[0] })
/third_party/python/Lib/distutils/command/
H A Dregister.py10 import urllib.parse, urllib.request namespace
162 host = urllib.parse.urlparse(self.repository)[1]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y88 %parse-param {Context *context}
434 bool ExpressionParser::parse(Token *token,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp55 llvm::Error Err = GR.parse(); in create()
62 GsymReader::parse() { in parse() function in GsymReader
248 // Address info offsets size should have been checked in parse(). in getFunctionInfo()
270 // Address info offsets size should have been checked in parse(). in lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp151 Expected<COFFModuleDefinition> parse() { in parse() function in llvm::object::Parser
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractValues.cpp166 parseResult = m_testResultParser.parse(caseData->getData(), caseData->getDataSize()); in testCaseResultComplete()
215 parser.parse(&buf[0], numRead); in readLogFile()
H A DxeTestLogCompare.cpp193 parser.parse(&buf[0], numRead); in readLogFile()
376 if (!parser.parse(argc-1, &argv[1], &opts, std::cerr) || in parseCommandLine()

Completed in 25 milliseconds

1...<<31323334353637383940>>...82