Searched refs:utf16buf (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wx/
H A DStringWx.cpp68 wxCharBuffer utf16buf(utf16bufLen);
70 const UChar* str = (const UChar*)utf16buf.data();
71 size_t len = conv.FromWChar(utf16buf.data(), utf16bufLen, wideString, wideLength) / 2;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c591 Uint16 utf16buf[32]; local
592 Uint16 *utf16data = utf16buf;
643 if (utf16size > sizeof(utf16buf)) {
720 if (utf16data != NULL && utf16buf != utf16data) {

Completed in 187 milliseconds