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

  /external/clang/test/SemaCXX/
format-strings.cpp 65 const char *format2 = fmt; local
66 vprintf(format2, ap); // expected-warning{{format string is not a string literal}}
  /libcore/luni/src/main/java/java/security/
Identity.java 117 String format2; local
119 || (((format2 = pk2.getFormat()) != null) ^ (format1 != null))
120 || ((format1 != null) && !format1.equals(format2))) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 44 private MessageFormat format1, format2, format3; field in class:MessageFormatTest
332 MessageFormat format2 = new MessageFormat("{1}"); local
333 assertTrue("Should not be equal", !format1.equals(format2));
334 format2.applyPattern("{0}");
335 assertTrue("Should be equal", format1.equals(format2));
338 format2.setFormat(0, new SimpleDateFormat(date.toPattern()));
339 assertTrue("Should be equal2", format1.equals(format2));
420 formats = format2.getFormats();
459 formats = format2.getFormatsByArgumentIndex();
522 MessageFormat f2 = (MessageFormat) format2.clone()
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 380 DecimalFormat format2 = new DecimalFormat(); local
381 format2.applyPattern("'$'1000.0000");
384 format2.equals(format1));
446 DecimalFormat format2 = new DecimalFormat(); local
447 format2.applyPattern("'$'1000.0000");
448 format2.setDecimalFormatSymbols(dfs);
451 format2.equals(format1));
    [all...]
OldSimpleDateFormatTest.java 215 SimpleDateFormat format2 = new SimpleDateFormat("y'y'yy", symbols); local
216 assertFalse("objects has equal hash code", format2.hashCode() == format
  /external/harfbuzz/src/
harfbuzz-gpos.c 1069 HB_UShort format2,
1112 if ( format2 )
1114 error = Load_ValueRecord( &pvr[n].Value2, format2,
1132 if ( format2 )
1133 Free_ValueRecord( &pvr[m].Value2, format2 );
1143 HB_UShort format2 )
1159 if ( format2 )
1160 Free_ValueRecord( &pvr[n].Value2, format2 );
1172 HB_UShort format2,
1211 format2, stream ) ) != HB_Err_Ok
1417 HB_UShort format1, format2; local
1468 HB_UShort format1, format2; local
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 752 UnicodeString format2; (*(DateFormat*)&sdf).format(d2, format2); local
753 logln((UnicodeString)" format -> " + format2);
754 if (!(formatResult == format2)) errln((UnicodeString)"FAIL: Round trip drift");
    [all...]

Completed in 1572 milliseconds