Searched defs:complexStyle (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessagePatternUtil.java235 return complexStyle;
251 sb.append(',').append(complexStyle.toString());
269 private ComplexArgStyleNode complexStyle; field in class:MessagePatternUtil.ArgNode
474 node.complexStyle = buildChoiceStyleNode(pattern, start, limit);
478 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType);
482 node.complexStyle = buildSelectStyleNode(pattern, start, limit);
486 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java257 return complexStyle;
274 sb.append(',').append(complexStyle.toString());
292 private ComplexArgStyleNode complexStyle; field in class:MessagePatternUtil.ArgNode
510 node.complexStyle = buildChoiceStyleNode(pattern, start, limit);
514 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType);
518 node.complexStyle = buildSelectStyleNode(pattern, start, limit);
522 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType);
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp1279 bool complexStyle = !style.isSimpleFill(); local
1280 if (complexStyle || GrAA::kYes == aa) {
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp1275 bool complexStyle = !style.isSimpleFill(); local
1276 if (complexStyle || GrAA::kYes == aa) {

Completed in 149 milliseconds