Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 10 of 10) sorted by relevance

/external/webkit/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h36 ushort category : 8;
37 ushort line_break_class : 8;
38 ushort direction : 8;
39 ushort combiningClass :8;
40 ushort joining : 2;
42 ushort unicodeVersion : 4;
43 ushort lowerCaseSpecial : 1;
44 ushort upperCaseSpecial : 1;
45 ushort titleCaseSpecial : 1;
46 ushort caseFoldSpecial : 1; /* currently unused */
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.cc274 ushort *fb = (ushort*)my_painter->frameBuffer(); in repaintRotation3()
275 ushort *buf = (ushort*)my_image->bits(); in repaintRotation3()
328 ushort *fb = (ushort*)my_painter->frameBuffer(); in repaintRotation1()
329 ushort *buf = (ushort*)my_image->bits(); in repaintRotation1()
/external/kernel-headers/original/linux/
Dtypes.h101 typedef unsigned short ushort; typedef
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DDEBUG.H240 typedef unsigned short ushort; typedef
DMGRAPH.H796 ushort lineStipple; /* Line stipple */
1098 void ASMAPI MGL_setLineStipple(ushort stipple);
1099 ushort MGLAPI MGL_getLineStipple(void);
1493 ushort ASMAPI MGL_random(ushort max);
/external/quake/quake/src/QW/scitech/include/
Ddebug.h240 typedef unsigned short ushort; typedef
Dmgraph.h796 ushort lineStipple; /* Line stipple */
1098 void ASMAPI MGL_setLineStipple(ushort stipple);
1099 ushort MGLAPI MGL_getLineStipple(void);
1493 ushort ASMAPI MGL_random(ushort max);
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp286 ret = QVariant(QChar((ushort)value.toNumber(exec))); in convertValueToQVariant()
293 ret = QVariant(QChar(str.size() ? *(const ushort*)str.rep()->data() : 0)); in convertValueToQVariant()
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-031852 * kjs/ustring.h: Since <sys/types.h> includes ushort and uint now, had
/external/webkit/WebCore/
DChangeLog-2002-12-0310010 * kwq/KWQDef.h: Since <sys/types.h> now includes ushort and uint, update