Home
last modified time | relevance | path

Searched refs:complexStyle (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePatternUtil.java241 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/
DMessagePatternUtil.java257 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/
DMessagePatternUtilTest.java223 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/
DMessagePatternUtilTest.java220 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/
DMessagePatternUtilDemo.java280 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/
DGrRenderTargetContext.cpp1485 bool complexStyle = !style.isSimpleFill(); in drawRegion() local
1486 if (complexStyle || GrAA::kYes == aa) { in drawRegion()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1578 bool complexStyle = !style.isSimpleFill(); in drawRegion() local
1579 if (complexStyle || GrAA::kYes == aa) { in drawRegion()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...