Home
last modified time | relevance | path

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

/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DWordType.h186 #define WORD_TYPE_EXTRA 0x04 macro
195 …return (chrtypes[(unsigned char)c] & (WORD_TYPE_ALPHA|WORD_TYPE_DIGIT|WORD_TYPE_EXTRA|WORD_TYPE_VA… in IsChar()
202 return (chrtypes[(unsigned char)c] & (WORD_TYPE_ALPHA|WORD_TYPE_EXTRA)) != 0; in IsStrictChar()
H A DWordType.cc63 chrtypes[i] |= WORD_TYPE_EXTRA; in WordType()
/dports/textproc/htdig/htdig-3.2.0b6/htword/
H A DWordType.h116 #define WORD_TYPE_EXTRA 0x04 macro
125 …return (chrtypes[(unsigned char)c] & (WORD_TYPE_ALPHA|WORD_TYPE_DIGIT|WORD_TYPE_EXTRA|WORD_TYPE_VA… in IsChar()
132 return (chrtypes[(unsigned char)c] & (WORD_TYPE_ALPHA|WORD_TYPE_DIGIT|WORD_TYPE_EXTRA)) != 0; in IsStrictChar()
H A DWordType.cc64 chrtypes[i] |= WORD_TYPE_EXTRA; in WordType()