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

  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 78 UNICODE_STRING unicode_str; local
79 unicode_str.Length = (USHORT)path.GetLength()*2;
80 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;
81 unicode_str.Buffer = path.GetBuffer();
85 &unicode_str,
161 UNICODE_STRING unicode_str; local
162 unicode_str.Length = (USHORT)path.GetLength()*2;
163 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;
164 unicode_str.Buffer = path.GetBuffer();
168 &unicode_str,
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 268 CFX_WideString unicode_str = pFont->UnicodeFromCharCode(item.m_CharCode); local
269 if (unicode_str.IsEmpty()) {
276 m_Buffer << unicode_str; local
278 for (int i = 0; i < unicode_str.GetLength(); i ++) {
fpdf_text.cpp 188 CFX_WideString unicode_str = pFont->UnicodeFromCharCode(ch); local
189 text += unicode_str;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 1418 CFX_WideString unicode_str = UnicodeFromCharCode(charcode); local
    [all...]

Completed in 436 milliseconds