Searched refs:styleString (Results 1 – 5 of 5) sorted by relevance
59 String styleString = ("date:" + STYLE_NAMES[dateStyle + 1]) in main() local74 Log.logln(styleString + "\t\"" + range in main()
55 String styleString = arg.getSimpleStyle(); in printArg() local56 if (styleString == null) { in printArg()59 System.out.println(" style: «" + styleString + "»"); in printArg()
83 const WideString& styleString, in ComputeStyle() argument87 if (!styleString.IsEmpty() || !alignString.IsEmpty()) { in ComputeStyle()90 if (!styleString.IsEmpty()) in ComputeStyle()91 AppendInlineStyle(pDecl.get(), styleString); in ComputeStyle()
42 const WideString& styleString,
81 String styleString = style.toString().toLowerCase(Locale.ENGLISH); in build() local96 if (!styleString.equals(stype)) { in build()