Searched refs:complexStyle (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessagePatternUtil.java | 257 return complexStyle; in getComplexStyle() 274 sb.append(',').append(complexStyle.toString()); in toString() 292 private ComplexArgStyleNode complexStyle; field in MessagePatternUtil.ArgNode 510 node.complexStyle = buildChoiceStyleNode(pattern, start, limit); in buildArgNode() 514 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType); in buildArgNode() 518 node.complexStyle = buildSelectStyleNode(pattern, start, limit); in buildArgNode() 522 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType); in buildArgNode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessagePatternUtil.java | 241 return complexStyle; in getComplexStyle() 257 sb.append(',').append(complexStyle.toString()); in toString() 275 private ComplexArgStyleNode complexStyle; field in MessagePatternUtil.ArgNode 482 node.complexStyle = buildChoiceStyleNode(pattern, start, limit); in buildArgNode() 486 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType); in buildArgNode() 490 node.complexStyle = buildSelectStyleNode(pattern, start, limit); in buildArgNode() 494 node.complexStyle = buildPluralStyleNode(pattern, start, limit, argType); in buildArgNode()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MessagePatternUtilTest.java | 220 ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in matches() 221 ok &= assertNotNull("unexpected null complex style", complexStyle); in matches() 226 argType, complexStyle.getArgType()); in matches() 228 explicitOffset, complexStyle.hasExplicitOffset()); in matches() 230 offset, complexStyle.getOffset()); in matches() 231 List<VariantNode> complexVariants = complexStyle.getVariants(); in matches()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MessagePatternUtilTest.java | 223 ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in matches() 224 ok &= assertNotNull("unexpected null complex style", complexStyle); in matches() 229 argType, complexStyle.getArgType()); in matches() 231 explicitOffset, complexStyle.hasExplicitOffset()); in matches() 233 offset, complexStyle.getOffset()); in matches() 234 List<VariantNode> complexVariants = complexStyle.getVariants(); in matches()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
H A D | MessagePatternUtilDemo.java | 280 MessagePatternUtil.ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in addArgs() 281 if (complexStyle != null) { in addArgs() 282 for (MessagePatternUtil.VariantNode variant : complexStyle.getVariants()) { in addArgs()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1349 bool complexStyle = !style.isSimpleFill(); in drawRegion() local 1350 if (complexStyle || GrAA::kYes == aa) { in drawRegion()
|
Completed in 10 milliseconds