Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression.cpp592 const wchar_t* const* pMatchResult = std::lower_bound( in IsBuiltInFunc() local
594 if (pMatchResult != std::end(g_BuiltInFuncs) && in IsBuiltInFunc()
595 !str.CompareNoCase(*pMatchResult)) { in IsBuiltInFunc()
597 *funcName << *pMatchResult; in IsBuiltInFunc()