Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcrt/
H A 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()
H A Dfx_number.cpp27 FX_Number::FX_Number(ByteStringView strc) in FX_Number()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp1602 ByteStringView strc = m_pSyntax->GetWord(); in ParsePathObject() local