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

/dalvik/libdex/
H A DDexUtf.h42 unsigned int one, two, three; local
46 /* two- or three-byte encoding */
49 /* three-byte encoding */
50 three = *(*pUtf8Ptr)++;
53 (three & 0x3f);

Completed in 69 milliseconds