HomeSort by relevance Sort by last modified time
    Searched defs:messageFormatter (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 91 MessageFormat *messageFormatter = new MessageFormat("", status);
97 messageFormatter->applyPattern(pattern[1], status);
106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
112 messageFormatter->applyPattern(pattern[0], status);
113 failure(status, "messageFormatter->applyPattern");
122 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
124 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status);
131 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
147 delete messageFormatter;
185 MessageFormat *messageFormatter = new MessageFormat("", status)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 76 MessageFormat messageFormatter = new MessageFormat("");
80 messageFormatter.applyPattern(pattern[1]);
82 String tempBuffer = messageFormatter.format(paramArray);
88 messageFormatter.applyPattern(pattern[0]);
89 tempBuffer = messageFormatter.format(null);
94 tempBuffer = messageFormatter.format(paramArray);
134 MessageFormat messageFormatter = new MessageFormat("");
138 messageFormatter.applyPattern(pattern1);
140 String tempBuffer = messageFormatter.format(paramArray);
145 Object[] objs = messageFormatter.parse(tempBuffer, status)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegressionTest.java 73 MessageFormat messageFormatter = new MessageFormat("");
77 messageFormatter.applyPattern(pattern[1]);
79 String tempBuffer = messageFormatter.format(paramArray);
85 messageFormatter.applyPattern(pattern[0]);
86 tempBuffer = messageFormatter.format(null);
91 tempBuffer = messageFormatter.format(paramArray);
131 MessageFormat messageFormatter = new MessageFormat("");
135 messageFormatter.applyPattern(pattern1);
137 String tempBuffer = messageFormatter.format(paramArray);
142 Object[] objs = messageFormatter.parse(tempBuffer, status)
    [all...]
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 213 milliseconds