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

  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 459 static const uint8_t expectedNative[] =
548 expectedNative, sizeof(expectedNative), nativeCodePage[i], TRUE, toNativeOffs ))
551 if(!testConvertToUnicode(expectedNative, sizeof(expectedNative),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 366 * it must also be equal to the {@code expectedNative} byte array.
374 T expected, byte[] expectedNative) {
384 assertArrayEquals(expectedNative, actualValues);
396 mMetadata.writeValues(key.getTag(), expectedNative);
410 * it must also be equal to the {@code expectedNative} byte array.
417 private <T> Key<T> checkKeyMarshal(String keyName, T expected, byte[] expectedNative) {
423 expectedNative);
    [all...]

Completed in 501 milliseconds