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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-catalog.c 281 if (mp->filepos_count > 0)
282 qsort (mp->filepos, mp->filepos_count, sizeof (mp->filepos[0]),
299 if (a->filepos_count == 0)
301 if (b->filepos_count != 0)
304 if (b->filepos_count == 0)
read-catalog.c 101 this->filepos_count = 0;
127 for (j = 0; j < this->filepos_count; ++j)
168 for (j = 0; j < this->filepos_count; ++j)
203 for (j = 0; j < this->filepos_count; ++j)
207 this->filepos_count = 0;
296 nbytes = (this->filepos_count + 1) * sizeof (this->filepos[0]);
298 pp = &this->filepos[this->filepos_count++];
message.c 114 mp->filepos_count = 0;
142 for (j = 0; j < mp->filepos_count; ++j)
182 for (j = 0; j < mp->filepos_count; j++)
190 nbytes = (mp->filepos_count + 1) * sizeof (mp->filepos[0]);
194 pp = &mp->filepos[mp->filepos_count++];
224 for (j = 0; j < mp->filepos_count; ++j)
read-catalog.h 110 size_t filepos_count; \
msgl-equal.c 169 i1 = mp1->filepos_count;
170 i2 = mp2->filepos_count;
write-stringtable.c 195 if (mp->filepos_count != 0)
199 for (j = 0; j < mp->filepos_count; ++j)
message.h 130 size_t filepos_count; member in struct:message_ty
msgl-cat.c 531 for (i = 0; i < mp->filepos_count; i++)
563 for (i = 0; i < mp->filepos_count; i++)
595 for (i = 0; i < mp->filepos_count; i++)
write-po.c 212 if (mp->filepos_count != 0)
218 for (j = 0; j < mp->filepos_count; ++j)
237 for (j = 0; j < mp->filepos_count; ++j)
msgmerge.c 1078 for (j = 0; j < ref->filepos_count; ++j)
1657 for (i = 0; i < mp->filepos_count; i++)
1659 mp->filepos_count = 0;
msggrep.c 690 for (i = 0; i < mp->filepos_count; i++)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.c 867 if (i >= 0 && (size_t)i < mp->filepos_count)
886 size_t n = mp->filepos_count;
890 mp->filepos_count = n = n - 1;

Completed in 36 milliseconds