Home
last modified time | relevance | path

Searched refs:parseFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRBNFParseTest.java112 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) { in parseFormat() method in RBNFParseTest
129 parseFormat(rbnf_en, s, target_en); in parseList()
130 parseFormat(rbnf_fr, s, target_fr); in parseList()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRBNFParseTest.java109 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) { in parseFormat() method in RBNFParseTest
126 parseFormat(rbnf_en, s, target_en); in parseList()
127 parseFormat(rbnf_fr, s, target_fr); in parseList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkFormat.h28 Expected<Format> parseFormat(StringRef FormatStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat() function in llvm::remarks
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DRemarkStreamer.cpp158 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupOptimizationRemarks()
199 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupOptimizationRemarks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp550 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function
746 ObjectFormat = parseFormat(Components[3]); in Triple()
794 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
829 ObjectFormat = parseFormat(Components[4]); in normalize()
874 ObjectFormat = parseFormat(Comp); in normalize()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp387 void parseFormat (DataType& format);
1233 void ShaderParser::parseFormat (DataType& format) in parseFormat() function in glu::sl::ShaderParser
1381 parseFormat(format); in parseShaderCase()
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp2475 UnicodeString parseFormat; // parse rel->format full in TestRelative() local
2476 en_full->format(d, parseFormat, status); in TestRelative()
2481 if(parseFormat!=origFormat) { in TestRelative()
2482 …errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got… in TestRelative()
2484 logln("PASS: Relative Parse ["+bannerStr+"] of "+result+" passed, got "+parseFormat); in TestRelative()