HomeSort by relevance Sort by last modified time
    Searched full:utf16buf (Results 1 - 4 of 4) 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/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 621 UChar utf16Buf[3];
623 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
624 fPending2ndSurrogate = utf16Buf[1];
625 c = utf16Buf[0];
  /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...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 184 milliseconds