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

  /external/pdfium/core/src/fpdftext/
unicodenormalization.cpp 20 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst)
52 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, FX_LPWSTR pDst)
67 FX_STRSIZE nLen = FX_WideString_GetNormalization(wsSrc, (FX_LPWSTR)NULL);
71 FX_LPWSTR pBuf = wsDst.GetBuffer(nLen);
text_int.h 212 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst);
fpdf_text.cpp 294 FX_LPWSTR pDst = NULL;
fpdf_text_int.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_ext.h 33 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count);
fx_system.h 108 typedef wchar_t* FX_LPWSTR;
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);
fx_string.h 727 FX_LPWSTR GetBuffer(FX_STRSIZE len);
729 FX_LPWSTR LockBuffer();
fx_basic.h 146 FX_LPWSTR GetBuffer() const
148 return (FX_LPWSTR)m_pBuffer;
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 348 FX_LPWSTR CFX_WideString::GetBuffer(FX_STRSIZE nMinBufLength)
529 FX_LPWSTR CFX_WideString::LockBuffer()
534 FX_LPWSTR lpsz = GetBuffer(0);
669 FX_LPWSTR lpszStart = m_pData->m_String;
670 FX_LPWSTR lpszEnd = m_pData->m_String + m_pData->m_nDataLength;
671 FX_LPWSTR lpszTarget;
673 while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart < lpszEnd) {
695 while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart < lpszEnd) {
767 FX_LPWSTR pstrSource = m_pData->m_String;
768 FX_LPWSTR pstrDest = m_pData->m_String;
    [all...]
fx_basic_gcc.cpp 77 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix)
79 return FXSYS_IntToStr<FX_INT64, FX_LPWSTR>(value, str, radix);
218 FX_LPWSTR buf, int buflen)
fx_extension.cpp 212 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count)
fx_basic_bstring.cpp 594 FX_LPWSTR pstrNextArg = va_arg(argList, FX_LPWSTR);
620 FX_LPWSTR pstrNextArg = va_arg(argList, FX_LPWSTR);
    [all...]
fx_basic_buffer.cpp 213 FX_LPWSTR str = (FX_WCHAR*)(m_pBuffer + m_DataSize);
228 FX_LPWSTR str = (FX_WCHAR*)(m_pBuffer + m_DataSize);
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 58 FX_LPWSTR buf = title.LockBuffer();
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 411 FX_LPWSTR dest_buf = result.GetBuffer(max_chars);
431 FX_LPWSTR dest_buf = result.GetBuffer(src_len);

Completed in 273 milliseconds