Searched refs:IsGreekChar (Results 1 – 1 of 1) sorted by relevance
/trunk/main/starmath/inc/ | ||
H A D | types.hxx | 47 inline sal_Bool IsGreekChar( sal_Unicode cChar ) { return 0x0370 <= cChar && cChar <= 0x03FF; } in IsGreekChar() function |
Completed in 10 milliseconds