Searched defs:UCharBuffer (Results 1 – 3 of 3) sorted by relevance
146 struct UCharBuffer { struct147 const UChar* s;148 unsigned int length;
133 struct UCharBuffer { struct134 const UChar* s;135 unsigned length;
54 typedef Vector<UChar, 512> UCharBuffer; typedef