Lines Matching refs:SCE_PO_DEFAULT
195 if (style == SCE_PO_DEFAULT) { in find_message()
262 } else if (style != SCE_PO_DEFAULT) { in find_untranslated()
629 while (pos > 0 && style == SCE_PO_DEFAULT) { in on_kb_paste_untranslated()
654 else if (style != SCE_PO_DEFAULT) in on_kb_paste_untranslated()
673 else if (style != SCE_PO_DEFAULT) in on_kb_paste_untranslated()
699 while (pos > 0 && style == SCE_PO_DEFAULT) { in find_msgstr_start_at()
736 else if (style != SCE_PO_DEFAULT) in find_msgstr_end_at()
766 while (pos < length && sci_get_style_at (sci, pos) == SCE_PO_DEFAULT) { in get_msgstr_text_at()
789 while (pos > 0 && style == SCE_PO_DEFAULT) { in find_msgid_start_at()
830 while (pos < length && sci_get_style_at (sci, pos) == SCE_PO_DEFAULT) { in get_msgid_text_at()
977 } while (style == SCE_PO_DEFAULT && pos < end); in find_first_non_default_style_on_line()
1042 (style == SCE_PO_DEFAULT || in find_msgid_line_at()