Lines Matching defs:ch
604 gunichar ch = (*row)[getColumns()->code];
605 glyphs = ch;
627 gunichar ch = (*row)[getColumns()->code];
629 tmp += ch;
655 gunichar ch = (*row)[getColumns()->code];
659 GUnicodeScript script = g_unichar_get_script(ch);
664 gchar * tmp = g_strdup_printf("U+%04X %s", ch, scriptName.c_str());
758 for (gunichar ch = lower; ch <= upper; ch++) {
759 int glyphId = font->MapUnicodeChar(ch);
761 if ((script == G_UNICODE_SCRIPT_INVALID_CODE) || (script == g_unichar_get_script(ch))) {
762 present.push_back(ch);