Home | History | Annotate | Download | only in libdex

Lines Matching defs:utf16Size

1862     u4 utf16Size = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
1870 for (i = 0; i < utf16Size; i++) {
1884 utf16Size);
1951 LOGE("String longer than indicated utf16_size 0x%x\n", utf16Size);