Searched refs:wsStr (Results 1 – 7 of 7) sorted by relevance
17 ByteString FX_UTF8Encode(WideStringView wsStr) { in FX_UTF8Encode() argument19 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() argument146 return StringToFloat(FX_UTF8Encode(wsStr).c_str()); in StringToFloat()158 double StringToDouble(WideStringView wsStr) { in StringToDouble() argument159 return StringToDouble(FX_UTF8Encode(wsStr).c_str()); in StringToDouble()
21 ByteString FX_UTF8Encode(WideStringView wsStr);25 float StringToFloat(WideStringView wsStr);29 double StringToDouble(WideStringView wsStr);
208 WideString wsStr = EncodeFileName(wsFileName); in SetFileName() local210 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()
50 WideString wsStr; member
667 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetDisplayPos()920 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetCharRects()
515 tr.wsStr = m_wsText + pPiece->iStartChar; in GetDisplayPos()
321 WideString wsStr = pRuntime->ToWideString(val); in AF_MakeArrayFromList() local322 ByteString t = wsStr.ToDefANSI(); in AF_MakeArrayFromList()