Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_string.cpp48 T StringTo(ByteStringView strc, in StringTo()
140 float StringToFloat(ByteStringView strc) { in StringToFloat()
153 double StringToDouble(ByteStringView strc) { in StringToDouble()
Dfx_number.cpp24 FX_Number::FX_Number(ByteStringView strc) in FX_Number()
/external/llvm-project/lldb/source/Utility/
DStringList.cpp29 StringList::StringList(const char **strv, int strc) : m_strings() { in StringList()
56 void StringList::AppendList(const char **strv, int strc) { in AppendList()
/external/llvm-project/lldb/source/API/
DSBStringList.cpp73 void SBStringList::AppendList(const char **strv, int strc) { in AppendList()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1557 ByteStringView strc = m_pSyntax->GetWord(); in ParsePathObject() local