Home
last modified time | relevance | path

Searched refs:parse (Results 1276 - 1300 of 2030) sorted by relevance

1...<<51525354555657585960>>...82

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleBuilder.java38 // There are four separate parse trees generated, one for each of the
284 // Read the input rules, generate a parse tree, symbol table, in compileRules()
296 fScanner.parse(); in build()
312 // causing the representation of UnicodeSets in the parse tree to become invalid. in build()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDateNumberFormat.java205 * Note: This method only parse integer numbers which can be represented by long
210 public Number parse(String text, ParsePosition parsePosition) { in parse() method in DateNumberFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DCombinedCurrencyMatcher.java3 package com.ibm.icu.impl.number.parse;
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp25 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
175 date[i] = fFormat->parse(string[i-1], status); in tryDate()
/third_party/icu/icu4c/source/common/
H A Drbbirb.cpp248 // Read the input rules, generate a parse tree, symbol table, in createRuleBasedBreakIterator()
283 fScanner->parse(); in build()
308 // causing the representation of UnicodeSets in the parse tree to become invalid. in build()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPath.java59 * {@link #parse(String)}, {@code '/'} is not treated specially and can be present in a path
68 * {@link #parse(String)}, {@code '/'} is not treated specially and can be present in a path
76 public static RbPath parse(String path) { in parse() method in RbPath
77 checkArgument(!path.isEmpty(), "cannot parse an empty path string"); in parse()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java382 return format.parse(dateStr); in parseDateFromString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java170 // because this string should parse the same way all the time. Note in _test()
171 // that it will not necessarily parse back to the original date because in _test()
173 // parse back to the same date. in _test()
191 d[loop] = fmt.parse(s[loop - 1]); in _test()
240 /* before 1970 as the result of 2-digit year parse */)) { in _test()
H A DDataDrivenFormatTest.java93 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]"; in testConvertDate()
111 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y' in testConvertDate()
130 // parse 'date' - either 'MILLIS=12345' or a CalendarFieldsSet in testConvertDate()
179 } else { // parse in testConvertDate()
182 format.parse(str, cal, pos); in testConvertDate()
186 logln(caseString + " SUCCESS: got=parse="+str); in testConvertDate()
198 logln(caseString + " SUCCESS: got=parse: " + str + " - " + fromSet.toString()); in testConvertDate()
H A DIntlTestDateFormat.java70 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat.
165 date[i] = fFormat.parse(string[i-1].toString()); in tryDate()
262 new ULocale("cv"), // parse issue, one month is prefix of another in TestRoundtrip()
H A DNumberFormatRoundTripTest.java172 n = fmt.parse(s); in _test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java175 n = fmt.parse(s); in _test()
H A DDateFormatRoundTripTest.java173 // because this string should parse the same way all the time. Note in _test()
174 // that it will not necessarily parse back to the original date because in _test()
176 // parse back to the same date. in _test()
194 d[loop] = fmt.parse(s[loop - 1]); in _test()
243 /* before 1970 as the result of 2-digit year parse */)) { in _test()
H A DIntlTestDateFormat.java73 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat.
168 date[i] = fFormat.parse(string[i-1].toString()); in tryDate()
H A DDataDrivenFormatTest.java96 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]"; in testConvertDate()
114 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y' in testConvertDate()
133 // parse 'date' - either 'MILLIS=12345' or a CalendarFieldsSet in testConvertDate()
182 } else { // parse in testConvertDate()
185 format.parse(str, cal, pos); in testConvertDate()
189 logln(caseString + " SUCCESS: got=parse="+str); in testConvertDate()
201 logln(caseString + " SUCCESS: got=parse: " + str + " - " + fromSet.toString()); in testConvertDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DCombinedCurrencyMatcher.java4 package ohos.global.icu.impl.number.parse;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DDateNumberFormat.java209 * Note: This method only parse integer numbers which can be represented by long
214 public Number parse(String text, ParsePosition parsePosition) { in parse() method in DateNumberFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBIRuleBuilder.java38 // There are four separate parse trees generated, one for each of the
278 // Read the input rules, generate a parse tree, symbol table, in compileRules()
290 fScanner.parse(); in build()
/third_party/icu/icu4c/source/i18n/
H A Dtransreg.h81 * must call parse() on it, then call TransliteratorRegistry::reget().
90 * Note: Only call parse() if isRuleBased() returns true.
96 void parse(TransliteratorParser& parser,
184 * situation the caller must call alias->parse() to do the parsing
H A Dcsrsbcs.h52 int32_t parse(InputText *det);
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S62 # !! IMPORTANT BIT !! The test is all about how we parse the following bytes.
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py277 pipe_formats = parse(sys.argv[1])
/third_party/json/tests/src/
H A Dunit-diagnostics.cpp77 CHECK_THROWS_WITH_AS(_ = json::parse(""), "[json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal", json::parse_error);
H A Dunit-readme.cpp115 auto j3 = json::parse(R"({"happy": true, "pi": 3.141})");
/third_party/jerryscript/tests/jerry/fail/
H A Dregression-test-issue-2774.js57 print ( JSON . stringify ( JSON . parse ) == '[]' )

Completed in 13 milliseconds

1...<<51525354555657585960>>...82