HomeSort by relevance Sort by last modified time
    Searched full:qchar (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CodeGenCXX/
2005-02-19-BitfieldStructCrash.cpp 3 struct QChar {unsigned short X; QChar(unsigned short); } ;
6 Command(QChar c) : c(c) {}
8 QChar c;
11 Command X(QChar('c'));
13 void Foo(QChar );
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 43 *category = (HB_CharCategory)QChar::category(ch);
44 *combiningClass = QChar::combiningClass(ch);
49 return (HB_CharCategory)QChar::category(ch);
54 return QChar::combiningClass(ch);
59 return QChar::mirroredChar(ch);
94 QByteArray data = reinterpret_cast<QTextCodec *>(codec)->fromUnicode((const QChar *)unicode, length);
main.cpp 167 const QChar lineSeparator(QChar::LineSeparator);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 82 QStringList arg = (*it).split(QChar('\t'));
137 QString s((QChar *) name, namelen);
networkconfig.cpp 840 QStringList types = res.split(QChar(' '));
wpagui.cpp 426 QStringList types = res.split(QChar(' '));
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 91 char qchar; /* character used for quoting attribute values */ member in struct:_xmlTextWriter
210 ret->qchar = '"';
564 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
575 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
584 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
594 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
605 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
613 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
    [all...]
  /external/libxml2/
xmlwriter.c 91 char qchar; /* character used for quoting attribute values */ member in struct:_xmlTextWriter
210 ret->qchar = '"';
564 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
575 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
584 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
594 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
605 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
613 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar);
    [all...]
  /external/mksh/src/
lex.c 336 *wp++ = QCHAR;
384 *wp++ = QCHAR;
571 case QCHAR:
573 *wp++ = QCHAR;
599 *wp++ = QCHAR;
605 *wp++ = QCHAR;
611 *wp++ = QCHAR;
622 *wp++ = QCHAR;
684 * write QCHAR+c, otherwise CHAR+\+CHAR+c are
810 *wp++ = QCHAR;
    [all...]
tree.c 322 case QCHAR: {
586 case QCHAR:
814 case QCHAR:
815 shf_puts("QCHAR<", shf);
edit.c 271 * Convert backslash-escaped string to QCHAR-escaped
272 * string useful for globbing; loses QCHAR unless it
286 if (escaping || (ch == QCHAR && (cp - dp) > 1)) {
289 * for globbing as well as QCHAR itself
292 case QCHAR:
299 *dp++ = QCHAR;
313 * it is assumed QCHAR-escaped
341 /* ... convert it from backslash-escaped via QCHAR-escaped... */
348 if (ch == QCHAR && !(ch = *cp++))
390 while (*cp == CHAR || *cp == QCHAR)
    [all...]
sh.h     [all...]
eval.c 267 case QCHAR:
    [all...]
exec.c 115 *dp++ = QCHAR;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 466 QChar qchar = e->text()[0]; local
467 keysym.unicode = qchar.unicode();
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 164 'QFSFileEngine','QMouseDriverPlugin','QStackedLayout','QUdpSocket','QChar','QFtp','QMouseEvent',

Completed in 861 milliseconds