HomeSort by relevance Sort by last modified time
    Searched refs:fmt3 (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/intltest/
scientificnumberformattertest.cpp 82 LocalPointer<ScientificNumberFormatter> fmt3(fmt->clone());
83 if (fmt3.isNull()) {
88 fmt3->format(1.23456e-78, appendTo, status);
reldatefmttest.cpp 580 RelativeDateTimeFormatter fmt3(status);
584 fmt3 = fmt2;
586 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps");
    [all...]
tmsgfmt.cpp 1412 MessageFormat* fmt3 = NULL; local
    [all...]
dtfmttst.cpp 3623 SimpleDateFormat *fmt3 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("en-us"), status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 139 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
141 if (fmt0.equals(fmt3)) {
144 if (!fmt3.equals(fmt3)) {
147 str = fmt3.toString();
150 String[] names = fmt3.getRuleSetNames();
153 fmt3.setDefaultRuleSet(null);
154 fmt3.setDefaultRuleSet("%%foo");
162 fmt3.setDefaultRuleSet("%bogus");
170 str = fmt3.format(2.3, names[0])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 135 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
137 if (fmt0.equals(fmt3)) {
140 if (!fmt3.equals(fmt3)) {
143 str = fmt3.toString();
146 String[] names = fmt3.getRuleSetNames();
149 fmt3.setDefaultRuleSet(null);
150 fmt3.setDefaultRuleSet("%%foo");
158 fmt3.setDefaultRuleSet("%bogus");
166 str = fmt3.format(2.3, names[0])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_struct.py 59 fmt3 = '3c3b18x12h6i6l6f3d3?'
61 sz3 = struct.calcsize(fmt3)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_struct.py 59 fmt3 = '3c3b18x12h6i6l6f3d3?'
61 sz3 = struct.calcsize(fmt3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 59 fmt3 = '3c3b18x12h6i6l6f3d3?'
61 sz3 = struct.calcsize(fmt3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 59 fmt3 = '3c3b18x12h6i6l6f3d3?'
61 sz3 = struct.calcsize(fmt3)

Completed in 439 milliseconds