Searched refs:expectedFormat (Results 1 - 5 of 5) 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c1372 const UChar * expectedFormat; member in struct:__anon12202
1425 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1430 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1372 const UChar * expectedFormat; member in struct:__anon22001
1451 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1456 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp3990 UnicodeString expectedFormat; member in struct:__anon12308
4033 if (result.compare(itemPtr->expectedFormat) != 0) {
4037 ", expected " + itemPtr->expectedFormat + ", got " + result);
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3993 UnicodeString expectedFormat; member in struct:__anon22117
4036 if (result.compare(itemPtr->expectedFormat) != 0) {
4040 ", expected " + itemPtr->expectedFormat + ", got " + result);

Completed in 1484 milliseconds