Searched refs:bIsLatin (Results 1 – 1 of 1) sorted by relevance
118 bool bIsLatin = ISLATINWORD(unicode); in CountWords() local119 if (bIsLatin && bInLatinWord) in CountWords()122 bInLatinWord = bIsLatin; in CountWords()145 bool bIsLatin = ISLATINWORD(unicode); in GetWordString() local146 if (!bIsLatin || !bInLatinWord) { in GetWordString()147 bInLatinWord = bIsLatin; in GetWordString()