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/ |
D | TimeZoneNameTest.java | 121 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG"; in checkDisplayName() local 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anon50e9f9240111::TPrinter 549 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n"; in enumBeg() 553 return "} " + pre() + s + styleStr(style) + ";\n\n"; in enumEnd() 558 …return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + "… in enumFmt() 589 const auto typeName = opName + styleStr(enumMask); in printEpilogue() 604 return std::string("enum ") + s + styleStr(style) + " {\n"; in enumBeg() 613 … return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n"; in enumFmt() 632 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n"; in enumBeg() 661 return indent() + s + styleStr(style) + " = {\n"; in enumBeg() 690 return indent() + "'" + s + styleStr(style) + "'" + " : {\n"; in enumBeg() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anondec357380111::TPrinter 549 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n"; in enumBeg() 553 return "} " + pre() + s + styleStr(style) + ";\n\n"; in enumEnd() 558 …return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + "… in enumFmt() 589 const auto typeName = opName + styleStr(enumMask); in printEpilogue() 604 return std::string("enum ") + s + styleStr(style) + " {\n"; in enumBeg() 613 … return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n"; in enumFmt() 632 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n"; in enumBeg() 661 return indent() + s + styleStr(style) + " = {\n"; in enumBeg() 690 return indent() + "'" + s + styleStr(style) + "'" + " : {\n"; in enumBeg() [all …]
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 87 static std::string styleStr(enumStyle_t s) { in styleStr() function in __anonc0af01c30111::TPrinter 549 return std::string("typedef enum ") + pre() + s + styleStr(style) + "_ {\n"; in enumBeg() 553 return "} " + pre() + s + styleStr(style) + ";\n\n"; in enumEnd() 558 …return indent() + pre() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + "… in enumFmt() 589 const auto typeName = opName + styleStr(enumMask); in printEpilogue() 604 return std::string("enum ") + s + styleStr(style) + " {\n"; in enumBeg() 613 … return indent() + s + v.second + styleStr(style) + " = " + fmtStyleVal(v.first, style) + ",\n"; in enumFmt() 632 return std::string("enum class ") + s + styleStr(style) + " : unsigned {\n"; in enumBeg() 661 return indent() + s + styleStr(style) + " = {\n"; in enumBeg() 690 return indent() + "'" + s + styleStr(style) + "'" + " : {\n"; in enumBeg() [all …]
|