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

  /dalvik/libdex/
DexUtf.cpp 39 int utf1 = dexGetUtf16FromUtf8(&s1);
40 int utf2 = dexGetUtf16FromUtf8(&s2);
69 u2 utf16 = dexGetUtf16FromUtf8(pUtf8Ptr);
85 utf16 = dexGetUtf16FromUtf8(pUtf8Ptr);
DexUtf.h 40 DEX_INLINE u2 dexGetUtf16FromUtf8(const char** pUtf8Ptr)
  /dalvik/vm/
UtfString.cpp 83 * It would be more correct to invoke dexGetUtf16FromUtf8() here and compute
133 *utf16Str++ = dexGetUtf16FromUtf8(&utf8Str);
AllocTracker.cpp 470 u2 utf16 = dexGetUtf16FromUtf8(&utf8Str); /* advances utf8Str */

Completed in 62 milliseconds