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 */
122 * are handled by pivoting, using the toUnicode and fromUnicode functions.
220 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
242 UConverterFromUnicode fromUnicode;
ucnv.c 827 UConverterFromUnicode fromUnicode;
850 fromUnicode=cnv->sharedData->impl->fromUnicode;
852 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets;
853 if(fromUnicode==NULL) {
855 fromUnicode=cnv->sharedData->impl->fromUnicode;
904 fromUnicode(pArgs, err);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]

Completed in 164 milliseconds