Home
last modified time | relevance | path

Searched refs:wsStr (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_string.cpp17 ByteString FX_UTF8Encode(WideStringView wsStr) { in FX_UTF8Encode() argument
19 for (size_t i = 0; i < wsStr.GetLength(); ++i) in FX_UTF8Encode()
20 encoder.Input(wsStr[i]); in FX_UTF8Encode()
145 float StringToFloat(WideStringView wsStr) { in StringToFloat() argument
146 return StringToFloat(FX_UTF8Encode(wsStr).c_str()); in StringToFloat()
158 double StringToDouble(WideStringView wsStr) { in StringToDouble() argument
159 return StringToDouble(FX_UTF8Encode(wsStr).c_str()); in StringToDouble()
Dfx_string.h21 ByteString FX_UTF8Encode(WideStringView wsStr);
25 float StringToFloat(WideStringView wsStr);
29 double StringToDouble(WideStringView wsStr);
/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp208 WideString wsStr = EncodeFileName(wsFileName); in SetFileName() local
210 m_pWritableObj->SetString(wsStr.ToDefANSI()); in SetFileName()
212 pDict->SetNewFor<CPDF_String>(pdfium::stream::kF, wsStr.ToDefANSI(), false); in SetFileName()
213 pDict->SetNewFor<CPDF_String>("UF", wsStr); in SetFileName()
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h50 WideString wsStr; member
Dcfx_txtbreak.cpp667 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetDisplayPos()
920 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetCharRects()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp515 tr.wsStr = m_wsText + pPiece->iStartChar; in GetDisplayPos()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp321 WideString wsStr = pRuntime->ToWideString(val); in AF_MakeArrayFromList() local
322 ByteString t = wsStr.ToDefANSI(); in AF_MakeArrayFromList()