Searched refs:ISLATINWORD (Results 1 – 1 of 1) sorted by relevance
16 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro118 bool bIsLatin = ISLATINWORD(unicode); in CountWords()145 bool bIsLatin = ISLATINWORD(unicode); in GetWordString()