/external/icu/android_icu4j/src/main/java/android/icu/text/ |
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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessagePatternUtilTest.java | 223 ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in matches() local 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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessagePatternUtilTest.java | 220 ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in matches() local 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()
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 280 MessagePatternUtil.ComplexArgStyleNode complexStyle = arg.getComplexStyle(); in addArgs() local 281 if (complexStyle != null) { in addArgs() 282 for (MessagePatternUtil.VariantNode variant : complexStyle.getVariants()) { in addArgs()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1485 bool complexStyle = !style.isSimpleFill(); in drawRegion() local 1486 if (complexStyle || GrAA::kYes == aa) { in drawRegion()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1578 bool complexStyle = !style.isSimpleFill(); in drawRegion() local 1579 if (complexStyle || GrAA::kYes == aa) { in drawRegion()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |