Home
last modified time | relevance | path

Searched refs:current_text_end (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/
Dmarkup.c159 const char *current_text_end; member
279 context->current_text_end = NULL; in markup_parse_context_new()
632 if (context->iter == context->current_text_end) in advance_char()
925 context->current_text_end = context->current_text + text_len; in markup_parse_context_parse()
929 while (context->iter != context->current_text_end) in markup_parse_context_parse()
941 if (context->iter != context->current_text_end) in markup_parse_context_parse()
1047 if (context->iter == context->current_text_end) in markup_parse_context_parse()
1077 if (context->iter != context->current_text_end) in markup_parse_context_parse()
1086 if (context->iter != context->current_text_end) in markup_parse_context_parse()
1120 if (context->iter != context->current_text_end) in markup_parse_context_parse()
[all …]
/third_party/glib/glib/
Dgmarkup.c152 const gchar *current_text_end; member
254 context->current_text_end = NULL; in g_markup_parse_context_new()
804 if (G_UNLIKELY (context->iter == context->current_text_end)) in advance_char()
1157 context->current_text_end = context->current_text + text_len; in g_markup_parse_context_parse()
1161 while (context->iter != context->current_text_end) in g_markup_parse_context_parse()
1173 if (context->iter != context->current_text_end) in g_markup_parse_context_parse()
1237 context->current_text_end - context->iter, buf)); in g_markup_parse_context_parse()
1279 context->current_text_end - context->iter, buf), in g_markup_parse_context_parse()
1294 if (context->iter == context->current_text_end) in g_markup_parse_context_parse()
1324 if (context->iter != context->current_text_end) in g_markup_parse_context_parse()
[all …]