Home
last modified time | relevance | path

Searched refs:messageFormatter (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java73 MessageFormat messageFormatter = new MessageFormat(""); in Test4074764() local
77 messageFormatter.applyPattern(pattern[1]); in Test4074764()
79 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()
85 messageFormatter.applyPattern(pattern[0]); in Test4074764()
86 tempBuffer = messageFormatter.format(null); in Test4074764()
91 tempBuffer = messageFormatter.format(paramArray); in Test4074764()
131 MessageFormat messageFormatter = new MessageFormat(""); in Test4031438() local
135 messageFormatter.applyPattern(pattern1); in Test4031438()
137 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
142 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java76 MessageFormat messageFormatter = new MessageFormat(""); in Test4074764() local
80 messageFormatter.applyPattern(pattern[1]); in Test4074764()
82 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()
88 messageFormatter.applyPattern(pattern[0]); in Test4074764()
89 tempBuffer = messageFormatter.format(null); in Test4074764()
94 tempBuffer = messageFormatter.format(paramArray); in Test4074764()
134 MessageFormat messageFormatter = new MessageFormat(""); in Test4031438() local
138 messageFormatter.applyPattern(pattern1); in Test4031438()
140 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
145 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438()
[all …]
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp92 MessageFormat *messageFormatter = new MessageFormat("", status); in Test4074764() local
98 messageFormatter->applyPattern(pattern[1], status); in Test4074764()
107 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); in Test4074764()
113 messageFormatter->applyPattern(pattern[0], status); in Test4074764()
125 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status); in Test4074764()
132 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); in Test4074764()
148 delete messageFormatter; in Test4074764()
186 MessageFormat *messageFormatter = new MessageFormat("", status); in Test4031438() local
193 messageFormatter->applyPattern(pattern1, status); in Test4031438()
201 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status); in Test4031438()
[all …]
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDuplicateBindingsValidator.java248 java.util.Formatter messageFormatter = new java.util.Formatter(message); in incompatibleBindingsMessage() local
249 messageFormatter.format("%s has incompatible bindings or declarations:\n", key); in incompatibleBindingsMessage()
252 messageFormatter.format("%s bindings and declarations:", multibindingTypeString(multibinding)); in incompatibleBindingsMessage()
/external/junit-params/lib/
Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/ ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...