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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 589 int utf16length; local
645 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size);
646 if (utf16length < 0) {
661 for (i = 0; i < utf16length - 1; i++) {
671 if (utf16length > 0) {
675 keysym.unicode = utf16data[utf16length - 1];
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 449 size_t utf16length = fillBuffer(parsingContext, text, length);
454 env->CallVoidMethod(javaParser, method, buffer, utf16length);
    [all...]

Completed in 101 milliseconds