Searched refs:ISLATINWORD (Results 1 – 1 of 1) sorted by relevance
1482 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro1507 if (ISLATINWORD(unicode) && bIsLatin) in CountWords()1510 bIsLatin = ISLATINWORD(unicode); in CountWords()1540 if (ISLATINWORD(unicode) && bIsLatin) { in GetObjWordStr()1542 bIsLatin = ISLATINWORD(unicode); in GetObjWordStr()