Home
last modified time | relevance | path

Searched refs:expectedFormat (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java41 public static void checkFormat(Opcode opcode, Format expectedFormat) { in checkFormat() argument
42 if (opcode.format != expectedFormat) { in checkFormat()
44 String.format("Invalid opcode %s for %s", opcode.name, expectedFormat.name())); in checkFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java764 String expectedFormat = row[2];
772 assertEquals("Formatted " + n + "\t" + minFracDigits, expectedFormat, formatted);
DDateFormatTest.java4476 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
4482 expectedFormat = expFmt; in TestContext()
4539 if (result2.toString().compareTo(item.expectedFormat) != 0) { in TestContext()
4541 ", expected \"" + item.expectedFormat + "\", got \"" + result2 + "\""); in TestContext()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java765 String expectedFormat = row[2];
773 assertEquals("Formatted " + n + "\t" + minFracDigits, expectedFormat, formatted);
DDateFormatTest.java4477 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
4483 expectedFormat = expFmt; in TestContext()
4540 if (result2.toString().compareTo(item.expectedFormat) != 0) { in TestContext()
4542 ", expected \"" + item.expectedFormat + "\", got \"" + result2 + "\""); in TestContext()
/external/icu/icu4c/source/test/cintltst/
Dcdattst.c1441 const UChar * expectedFormat; member
1520 … } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) { in TestContext()
1525 …u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) ); in TestContext()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4177 UnicodeString expectedFormat; member
4220 if (result.compare(itemPtr->expectedFormat) != 0) { in TestContext()
4224 ", expected " + itemPtr->expectedFormat + ", got " + result); in TestContext()