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

  /external/webkit/WebCore/platform/text/wx/
StringWx.cpp 71 wxCharBuffer utf16buf(utf16bufLen);
74 const UChar* str = (const UChar*)utf16buf.data();
75 size_t len = conv.FromWChar(utf16buf.data(), utf16bufLen, widestr, widelen) / 2;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 586 Uint16 utf16buf[32]; local
587 Uint16 *utf16data = utf16buf;
638 if (utf16size > sizeof(utf16buf)) {
715 if (utf16data != NULL && utf16buf != utf16data) {
    [all...]

Completed in 79 milliseconds