Searched refs:FX_LPWSTR (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp20 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);
H A Dtext_int.h212 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst);
H A Dfpdf_text.cpp294 FX_LPWSTR pDst = NULL;
H A Dfpdf_text_int.cpp1141 FX_LPWSTR pDst = NULL;
1180 FX_LPWSTR pDst = NULL;
/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h33 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count);
H A Dfx_system.h108 typedef wchar_t* FX_LPWSTR; typedef
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);
H A Dfx_string.h727 FX_LPWSTR GetBuffer(FX_STRSIZE len);
729 FX_LPWSTR LockBuffer();
H A Dfx_basic.h146 FX_LPWSTR GetBuffer() const
148 return (FX_LPWSTR)m_pBuffer;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp348 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 pstrDes
[all...]
H A Dfx_basic_gcc.cpp77 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)
H A Dfx_extension.cpp212 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count)
H A Dfx_basic_bstring.cpp594 FX_LPWSTR pstrNextArg = va_arg(argList, FX_LPWSTR);
620 FX_LPWSTR pstrNextArg = va_arg(argList, FX_LPWSTR);
H A Dfx_basic_buffer.cpp213 FX_LPWSTR str = (FX_WCHAR*)(m_pBuffer + m_DataSize);
228 FX_LPWSTR str = (FX_WCHAR*)(m_pBuffer + m_DataSize);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp58 FX_LPWSTR buf = title.LockBuffer();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp411 FX_LPWSTR dest_buf = result.GetBuffer(max_chars);
431 FX_LPWSTR dest_buf = result.GetBuffer(src_len);

Completed in 171 milliseconds