Searched defs:utf16Size (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.cpp106 u4* utf16Size) {
110 *utf16Size = readUnsignedLeb128(&ptr);
105 dexStringAndSizeById(const DexFile* pDexFile, u4 idx, u4* utf16Size) argument
H A DDexSwapVerify.cpp1942 u4 utf16Size = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); local
1950 for (i = 0; i < utf16Size; i++) {
1964 utf16Size);
2031 ALOGE("String longer than indicated utf16_size %#x", utf16Size);

Completed in 713 milliseconds