Home
last modified time | relevance | path

Searched refs:styleStr (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DTimeZoneNameTest.java121 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG"; in checkDisplayName()
131 + " (daylight=" + daylight + ", style=" + styleStr + ")"); in checkDisplayName()
136 + " (daylight=" + daylight + ", style=" + styleStr + ")"); in checkDisplayName()
143 + " (daylight=" + daylight + ", style=" + styleStr + ")"); in checkDisplayName()
152 + " (daylight=" + daylight + ", style=" + styleStr + ")"); in checkDisplayName()
156 + " (daylight=" + daylight + ", style=" + styleStr + ")"); in checkDisplayName()
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anon26546::TPrinter
554 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n";
558 return "} " + pre() + s + styleStr(style) + ";\n\n";
563 return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
588 const auto typeName = opName + styleStr(enumMask); in printMaskOperators()
621 return std::string("enum ") + s + styleStr(style) + " {\n";
630 return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
654 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n";
683 return indent() + s + styleStr(style) + " = {\n";
712 return indent() + "'" + s + styleStr(styl
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anon21776::TPrinter
549 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n";
553 return "} " + pre() + s + styleStr(style) + ";\n\n";
558 return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
589 const auto typeName = opName + styleStr(enumMask);
604 return std::string("enum ") + s + styleStr(style) + " {\n";
613 return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
632 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n";
661 return indent() + s + styleStr(style) + " = {\n";
690 return indent() + "'" + s + styleStr(styl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anon23033::TPrinter
549 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n";
553 return "} " + pre() + s + styleStr(style) + ";\n\n";
558 return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
589 const auto typeName = opName + styleStr(enumMask);
604 return std::string("enum ") + s + styleStr(style) + " {\n";
613 return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n";
632 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n";
661 return indent() + s + styleStr(style) + " = {\n";
690 return indent() + "'" + s + styleStr(styl
[all...]

Completed in 6 milliseconds