Searched refs:styleString (Results 1 – 7 of 7) sorted by relevance
112 styleString = configs["style"]; in ParseConfigs()114 if (relativeFormatStyle.count(styleString) > 0) { in ParseConfigs()115 style = relativeFormatStyle[styleString]; in ParseConfigs()213 if (!styleString.empty()) { in GetResolvedOptions()214 map.insert(std::make_pair("style", styleString)); in GetResolvedOptions()231 styleString = defaultFormatStyle[deviceType]; in SetDefaultStyle()
162 if (!styleString.empty() && styleString == "percent") { in InitProperties()167 if (!styleString.empty() && styleString == "unit") { in InitProperties()245 styleString = configs["style"]; in ParseConfigs()247 if (styleString == "unit" && configs.count("unit") > 0) { in ParseConfigs()259 if (styleString == "currency" && configs.count("currency") > 0) { in ParseConfigs()386 if (!styleString.empty()) { in GetResolvedOptions()387 map.insert(std::make_pair("style", styleString)); in GetResolvedOptions()500 return styleString; in GetStyle()
59 std::string styleString = "long"; variable
70 std::string styleString; variable
1966 styleString: MutableStyledString = new MutableStyledString("hello world", [{1974 this.controller.setStyledString(this.styleString)1981 let arr = this.styleString.getStyles(0, this.styleString.length)
356 auto styleString = info[0]->ToString(); in SetInputStyle() local357 if (styleString == "Inline") { in SetInputStyle()
1964 styleString: MutableStyledString = new MutableStyledString("hello world", [{1972 this.controller.setStyledString(this.styleString)1979 let arr = this.styleString.getStyles(0, this.styleString.length)