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