Home | History | Annotate | Download | only in linebreaking

Lines Matching defs:txt

168     QString txt;
169 txt.append(lineSeparator);
170 txt.append(lineSeparator);
171 QVector<HB_CharAttributes> attrs = getCharAttributes(txt);
177 QString txt;
178 txt.append("a");
179 txt.append(0xd87e);
180 txt.append(0xdc25);
181 txt.append("b");
182 QVector<HB_CharAttributes> attrs = getCharAttributes(txt);
193 QString txt = codec->toUnicode(QByteArray("\xca\xc7\xd1\xca\xb4\xd5\xa4\xc3\xd1\xba\x20\xb9\xd5\xe8\xe0\xbb\xe7\xb9\xa1\xd2\xc3\xb7\xb4\xca\xcd\xba\xb5\xd1\xc7\xe0\xcd\xa7"));
196 QCOMPARE(txt.length(), 32);
197 QVector<HB_CharAttributes> attrs = getCharAttributes(txt, HB_Script_Thai);