Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp132 const XFA_FMHtmlReserveCode reservesForEncode[] = { variable
3726 if (result != std::end(reservesForEncode) && in HTMLSTR2Code()
3741 std::lower_bound(std::begin(reservesForEncode), in HTMLCode2STR()
3742 std::end(reservesForEncode), iCode, cmpFunc); in HTMLCode2STR()
3743 if (result != std::end(reservesForEncode) && result->m_uCode == iCode) { in HTMLCode2STR()