Home
last modified time | relevance | path

Searched refs:unicode_str (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp279 CFX_WideString unicode_str = pFont->UnicodeFromCharCode(item.m_CharCode); in ProcessObject() local
280 if (unicode_str.IsEmpty()) { in ProcessObject()
287 m_Buffer << unicode_str; in ProcessObject()
289 for (int i = 0; i < unicode_str.GetLength(); i++) { in ProcessObject()
Dfpdf_text.cpp194 CFX_WideString unicode_str = pFont->UnicodeFromCharCode(ch); in InsertTextBox() local
195 if (unicode_str.IsEmpty()) { in InsertTextBox()
198 text += unicode_str; in InsertTextBox()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1588 CFX_WideString unicode_str = UnicodeFromCharCode(charcode); in GlyphFromCharCode() local
1589 if (unicode_str.IsEmpty()) { in GlyphFromCharCode()
1592 charcode = unicode_str.GetAt(0); in GlyphFromCharCode()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py680 unicode_str = six.unichr(40960) + 'abcd'
684 u'http://example.com', method=u'GET', headers={u'foo': unicode_str})