OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:styleString
(Results
1 - 5
of
5
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestRangeAbbreviator.java
59
String
styleString
= ("date:" + STYLE_NAMES[dateStyle + 1])
74
Log.logln(
styleString
+ "\t\"" + range
/external/pdfium/core/fxcrt/css/
cfx_cssstyleselector.h
42
const WideString&
styleString
,
cfx_cssstyleselector.cpp
83
const WideString&
styleString
,
87
if (!
styleString
.IsEmpty() || !alignString.IsEmpty()) {
90
if (!
styleString
.IsEmpty())
91
AppendInlineStyle(pDecl.get(),
styleString
);
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternUtilDemo.java
55
String
styleString
= arg.getSimpleStyle();
56
if (
styleString
== null) {
59
System.out.println(" style: «" +
styleString
+ "»");
/external/cldr/tools/java/org/unicode/cldr/test/
BuildIcuCompactDecimalFormat.java
81
String
styleString
= style.toString().toLowerCase(Locale.ENGLISH);
96
if (!
styleString
.equals(stype)) {
Completed in 944 milliseconds