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

  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 135 QByteArray ba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), length, &state);
146 QByteArray tba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), ++len, &state);
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 94 QByteArray data = reinterpret_cast<QTextCodec *>(codec)->fromUnicode((const QChar *)unicode, length);
  /external/icu4c/common/
ucnv_cnv.h 31 /* this is used in fromUnicode DBCS tables as an "unassigned" marker */
119 * are handled by pivoting, using the toUnicode and fromUnicode functions.
217 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
239 UConverterFromUnicode fromUnicode;
ucnv.c 825 UConverterFromUnicode fromUnicode;
848 fromUnicode=cnv->sharedData->impl->fromUnicode;
850 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets;
851 if(fromUnicode==NULL) {
853 fromUnicode=cnv->sharedData->impl->fromUnicode;
902 fromUnicode(pArgs, err);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]

Completed in 136 milliseconds