Home
last modified time | relevance | path

Searched defs:strc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_string.cpp142 T StringTo(ByteStringView strc, pdfium::span<const T> fractional_scales) { in StringTo()
232 float StringToFloat(ByteStringView strc) { in StringToFloat()
244 double StringToDouble(ByteStringView strc) { in StringToDouble()
Dfx_number.cpp27 FX_Number::FX_Number(ByteStringView strc) in FX_Number()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1604 ByteStringView strc = m_pSyntax->GetWord(); in ParsePathObject() local