/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_encode.cpp | 8 void FX_SwapByteOrder(FX_WCHAR* pStr, int32_t iLength) { in FX_SwapByteOrder() 98 inline FX_DWORD FX_DWordFromBytes(const uint8_t* pStr) { in FX_DWordFromBytes() 101 inline FX_WORD FX_WordFromBytes(const uint8_t* pStr) { in FX_WordFromBytes()
|
D | fx_stream.cpp | 200 int32_t CFX_FileStreamImp::ReadString(FX_WCHAR* pStr, in ReadString() 238 int32_t CFX_FileStreamImp::WriteString(const FX_WCHAR* pStr, int32_t iLength) { in WriteString() 309 int32_t CFX_FileReadStreamImp::ReadString(FX_WCHAR* pStr, in ReadString() 439 int32_t CFX_BufferReadStreamImp::ReadString(FX_WCHAR* pStr, in ReadString() 508 int32_t CFX_FileWriteStreamImp::WriteString(const FX_WCHAR* pStr, in WriteString() 575 int32_t CFX_BufferStreamImp::ReadString(FX_WCHAR* pStr, in ReadString() 608 int32_t CFX_BufferStreamImp::WriteString(const FX_WCHAR* pStr, in WriteString() 762 int32_t CFX_TextStream::ReadString(FX_WCHAR* pStr, in ReadString() 819 int32_t CFX_TextStream::WriteString(const FX_WCHAR* pStr, int32_t iLength) { in WriteString() 1042 int32_t CFX_Stream::ReadString(FX_WCHAR* pStr, in ReadString() [all …]
|
D | fx_codepage.cpp | 301 FX_WORD FX_GetCodePageFromStringA(const FX_CHAR* pStr, int32_t iLength) { in FX_GetCodePageFromStringA() 326 FX_WORD FX_GetCodePageFormStringW(const FX_WCHAR* pStr, int32_t iLength) { in FX_GetCodePageFormStringW()
|
D | fx_stream.h | 99 virtual int32_t WriteString(const FX_WCHAR* pStr, int32_t iLength) { in WriteString() 129 virtual int32_t WriteString(const FX_WCHAR* pStr, int32_t iLength) { in WriteString() 151 virtual int32_t ReadString(FX_WCHAR* pStr, in ReadString()
|
D | fx_algorithm.cpp | 272 int32_t FX_SeparateStringW(const FX_WCHAR* pStr, in FX_SeparateStringW()
|
/external/skia/tools/ |
D | win_lcid.cpp | 11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_imp.h | 40 virtual int32_t WriteString(const FX_WCHAR* pStr, int32_t iLength) { in WriteString()
|
D | xfa_basic_imp.cpp | 607 int32_t CXFA_WideTextRead::ReadString(FX_WCHAR* pStr, in ReadString()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_maps.cpp | 180 const uint8_t* pStr, in _CompactStringSame() 195 const uint8_t* pStr, in _CompactStringStore()
|
D | fx_extension.cpp | 219 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr, in FX_HashCode_String_GetA() 239 FX_DWORD FX_HashCode_String_GetW(const FX_WCHAR* pStr, in FX_HashCode_String_GetW()
|
D | fx_basic_buffer.cpp | 78 void CFX_BinaryBuf::CopyData(const void* pStr, FX_STRSIZE size) { in CopyData()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 155 CFX_WideString CJS_PublicMethods::StrLTrim(const FX_WCHAR* pStr) { in StrLTrim() 162 CFX_WideString CJS_PublicMethods::StrRTrim(const FX_WCHAR* pStr) { in StrRTrim() 172 CFX_WideString CJS_PublicMethods::StrTrim(const FX_WCHAR* pStr) { in StrTrim() 176 CFX_ByteString CJS_PublicMethods::StrLTrim(const FX_CHAR* pStr) { in StrLTrim() 183 CFX_ByteString CJS_PublicMethods::StrRTrim(const FX_CHAR* pStr) { in StrRTrim() 193 CFX_ByteString CJS_PublicMethods::StrTrim(const FX_CHAR* pStr) { in StrTrim()
|
D | JS_Value.cpp | 74 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_CHAR* pStr) in CJS_Value() 199 void CJS_Value::operator=(const FX_CHAR* pStr) { in operator =()
|
/external/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 253 const UnicodeString *pStr; in closeOver() local
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 230 const FX_WCHAR* pStr = pwsStr; in CalcTextSize() local 455 const FX_WCHAR* pStr = (const FX_WCHAR*)m_wsEllipsis; in LoadEllipsis() local 494 FX_WCHAR* pStr = m_wsText.GetBuffer(iLength); in LoadText() local
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 181 static int32_t FX_ParseTimeZone(const FX_WCHAR* pStr, in FX_ParseTimeZone() 557 const FX_WCHAR* pStr = (const FX_WCHAR*)wsFormatString; in SplitFormatString() local 668 const FX_WCHAR* pStr = (const FX_WCHAR*)wsPattern; in GetCategory() local 734 const FX_WCHAR* pStr = (const FX_WCHAR*)wsPattern; in GetLocaleName() local 756 const FX_WCHAR* pStr = (const FX_WCHAR*)wsPattern; in GetTextFormat() local 812 const FX_WCHAR* pStr = (const FX_WCHAR*)wsPattern; in GetNumericFormat() local 911 const FX_WCHAR* pStr = (const FX_WCHAR*)wsNum; in FX_GetNumericDotIndex() local 1724 const FX_WCHAR* pStr = (const FX_WCHAR*)wsNum; in FX_ParseNumString() local 2269 const FX_WCHAR* pStr = (const FX_WCHAR*)wsPattern; in GetDateTimeFormat() local
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_rbk.h | 76 const FX_WCHAR* pStr; member
|
D | fx_tbk.h | 96 const FX_WCHAR* pStr; member
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_rtfbreak.cpp | 1187 const FX_WCHAR* pStr = pText->pStr; in GetDisplayPos() local 1429 const FX_WCHAR* pStr = pText->pStr; in GetCharRects() local
|
D | fx_textbreak.cpp | 1178 const FX_WCHAR* pStr = pTxtRun->pStr; in GetDisplayPos() local 1559 const FX_WCHAR* pStr = pTxtRun->pStr; in GetCharRects() local
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 95 static uint32_t FPF_GetHashCode_StringA(const FX_CHAR* pStr, in FPF_GetHashCode_StringA()
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 73 char** pStr; member 360 void SetNickName(const char* pStr) in SetNickName()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 839 static uint8_t* XFA_RemoveBase64Whitespace(const uint8_t* pStr, int32_t iLen) { in XFA_RemoveBase64Whitespace() 856 static int32_t XFA_Base64Decode(const FX_CHAR* pStr, uint8_t* pOutBuffer) { in XFA_Base64Decode()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 431 uint32_t FX_GetLangHashCode(const FX_CHAR* pStr) { in FX_GetLangHashCode()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 190 const FX_CHAR* pStr = str; in InsertTextBox() local
|