Searched defs:this_char (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dspellcheck.cpp511 int this_char = *text_iter; local
512 if (this_char == '\'' || this_char == 0x2019) {
518 int this_char = *text_iter; local
519 if (g_ascii_isalpha(this_char)) { // 's

Completed in 42 milliseconds