HomeSort by: relevance | last modified time | path
    Searched refs:total_repcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 163 unsigned int total_repcount; local
166 total_repcount = 0;
170 total_repcount += list->initial.element[i].repcount;
172 ASSERT (total_repcount == list->initial.length);
175 total_repcount = 0;
179 total_repcount += list->repeated.element[i].repcount;
181 ASSERT (total_repcount == list->repeated.length);
format-scheme.c 166 unsigned int total_repcount; local
169 total_repcount = 0;
173 total_repcount += list->initial.element[i].repcount;
175 ASSERT (total_repcount == list->initial.length);
178 total_repcount = 0;
182 total_repcount += list->repeated.element[i].repcount;
184 ASSERT (total_repcount == list->repeated.length);

Completed in 16 milliseconds