Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.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()
130 MessageFormat messageFormatter = new MessageFormat(""); in Test4031438() local
134 messageFormatter.applyPattern(pattern1); in Test4031438()
136 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
141 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java69 MessageFormat messageFormatter = new MessageFormat(""); in Test4074764() local
73 messageFormatter.applyPattern(pattern[1]); in Test4074764()
75 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()
81 messageFormatter.applyPattern(pattern[0]); in Test4074764()
82 tempBuffer = messageFormatter.format(null); in Test4074764()
87 tempBuffer = messageFormatter.format(paramArray); in Test4074764()
126 MessageFormat messageFormatter = new MessageFormat(""); in Test4031438() local
130 messageFormatter.applyPattern(pattern1); in Test4031438()
132 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
137 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438()
[all …]
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp88 MessageFormat *messageFormatter = new MessageFormat("", status); in Test4074764() local
94 messageFormatter->applyPattern(pattern[1], status); in Test4074764()
103 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); in Test4074764()
109 messageFormatter->applyPattern(pattern[0], status); in Test4074764()
121 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status); in Test4074764()
128 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); in Test4074764()
144 delete messageFormatter; in Test4074764()
182 MessageFormat *messageFormatter = new MessageFormat("", status); in Test4031438() local
189 messageFormatter->applyPattern(pattern1, status); in Test4031438()
197 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status); in Test4031438()
[all …]