Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.h151 static bool IsReservedMaskChar(wchar_t ch);
Dcjs_publicmethods.cpp296 bool CJS_PublicMethods::IsReservedMaskChar(wchar_t ch) { in IsReservedMaskChar() function in CJS_PublicMethods
1457 if (!IsReservedMaskChar(wMask)) in AFSpecial_KeystrokeEx()