Home
last modified time | relevance | path

Searched defs:Constant_Utf8 (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc316 struct Constant_Utf8 : Constant struct
318 Constant_Utf8(u4 length, const u1 *utf8) : in Constant_Utf8() argument
323 void Write(u1 *&p) { in Write()
329 std::string Display() { in Display()
333 u4 length_;
334 const u1 *utf8_;