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

  /external/icu/icu4c/source/test/intltest/
scientificnumberformattertest.cpp 84 LocalPointer<ScientificNumberFormatter> fmt3(fmt->clone());
85 if (fmt3.isNull()) {
90 fmt3->format(1.23456e-78, appendTo, status);
reldatefmttest.cpp 584 RelativeDateTimeFormatter fmt3(status);
588 fmt3 = fmt2;
590 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps");
    [all...]
tmsgfmt.cpp 1417 MessageFormat* fmt3 = NULL; local
    [all...]
dtfmttst.cpp 3640 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 133 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
135 if (fmt0.equals(fmt3)) {
138 if (!fmt3.equals(fmt3)) {
141 str = fmt3.toString();
144 String[] names = fmt3.getRuleSetNames();
147 fmt3.setDefaultRuleSet(null);
148 fmt3.setDefaultRuleSet("%%foo");
156 fmt3.setDefaultRuleSet("%bogus");
164 str = fmt3.format(2.3, names[0])
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 130 RuleBasedNumberFormat fmt3 = new RuleBasedNumberFormat(durationInSecondsRules); local
132 if (fmt0.equals(fmt3)) {
135 if (!fmt3.equals(fmt3)) {
138 str = fmt3.toString();
141 String[] names = fmt3.getRuleSetNames();
144 fmt3.setDefaultRuleSet(null);
145 fmt3.setDefaultRuleSet("%%foo");
153 fmt3.setDefaultRuleSet("%bogus");
161 str = fmt3.format(2.3, names[0])
    [all...]
NumberFormatTest.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_struct.py 58 fmt3 = '3c3b18x12h6i6l6f3d3?'
60 sz3 = struct.calcsize(fmt3)
  /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)
  /external/python/cpython2/Lib/test/
test_struct.py 59 fmt3 = '3c3b18x12h6i6l6f3d3?'
61 sz3 = struct.calcsize(fmt3)
  /external/python/cpython3/Lib/test/
test_struct.py 43 fmt3 = '3c3b18x12h6i6l6f3d3?'
45 sz3 = struct.calcsize(fmt3)

Completed in 1636 milliseconds