Home | History | Annotate | Download | only in libdex

Lines Matching defs:utf16Size

1876     u4 utf16Size = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
1884 for (i = 0; i < utf16Size; i++) {
1898 utf16Size);
1965 ALOGE("String longer than indicated utf16_size %#x", utf16Size);