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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
ClientImpl.cpp 179 QString qText = WKStringCopyQString(text);
180 emit toQWKPage(clientInfo)->statusBarMessage(qText);
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 133 QString qtext = text; local
134 qtext.replace(QChar(0xa0), QLatin1Char(' '));
135 md->setText(qtext);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 115 $qtext = '[^' + $esc + $NonASCII + $CRlist + '\"]'; // # for within "..."
161 $qtext + '*' + // # normal
162 '(?:' + $quoted_pair + $qtext + '*)*' + // # ( special normal* )*
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/
EncoderUtil.java 502 // qcontent = qtext / quoted-pair
503 // qtext = %d33 / %d35-91 / %d93-126

Completed in 75 milliseconds