Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression.cpp588 auto cmpFunc = [](const wchar_t* iter, const WideString& val) -> bool { in IsBuiltInFunc() local
593 std::begin(g_BuiltInFuncs), std::end(g_BuiltInFuncs), str, cmpFunc); in IsBuiltInFunc()
605 auto cmpFunc = [](const XFA_FMSOMMethod iter, const WideString& val) { in IsMethodWithObjParam() local
610 methodName, cmpFunc); in IsMethodWithObjParam()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3718 auto cmpFunc = [](const XFA_FMHtmlReserveCode& iter, in HTMLSTR2Code() local
3725 std::end(reservesForDecode), pData, cmpFunc); in HTMLSTR2Code()
3737 auto cmpFunc = [](const XFA_FMHtmlReserveCode iter, const uint32_t& val) { in HTMLCode2STR() local
3742 std::end(reservesForEncode), iCode, cmpFunc); in HTMLCode2STR()