Searched defs:expectedFormat (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DPreconditions.java41 public static void checkFormat(Opcode opcode, Format expectedFormat) { argument
42 if (opcode.format != expectedFormat) {
44 String.format("Invalid opcode %s for %s", opcode.name, expectedFormat.name()));
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1437 const UChar * expectedFormat; member in struct:__anon5773
1516 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1521 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp4135 UnicodeString expectedFormat; member in struct:__anon5896
4178 if (result.compare(itemPtr->expectedFormat) != 0) {
4182 ", expected " + itemPtr->expectedFormat + ", got " + result);

Completed in 241 milliseconds