Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject_test.cc55 const char* utf16_expected_le, in AssertString() argument
60 uint16_t ch = (((utf16_expected_le[i*2 + 0] & 0xff) << 8) | in AssertString()
61 ((utf16_expected_le[i*2 + 1] & 0xff) << 0)); in AssertString()