Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp580 #define IS_JA_FWNUMERAL(x) IN_RANGE(x, 0xFF10, 0xFF19) macro
631 if (!IS_JA_FWNUMERAL(*p1)) return false; in isFWNumeral()