Searched refs:ISLATINWORD (Results 1 – 1 of 1) sorted by relevance
1455 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro1480 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()1483 bIsLatin = ISLATINWORD(unicode); in CountWords()1513 if (ISLATINWORD(unicode) && bIsLatin) { in GetObjWordStr()1515 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()