| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| read-catalog.c | 100 this->comment_dot = NULL; 120 if (this->comment_dot != NULL) 121 string_list_free (this->comment_dot); 162 if (this->comment_dot != NULL) 163 for (j = 0; j < this->comment_dot->nitems; ++j) 164 message_comment_dot_append (mp, this->comment_dot->item[j]); 195 if (this->comment_dot != NULL) 197 string_list_free (this->comment_dot); 198 this->comment_dot = NULL; 278 if (this->comment_dot == NULL [all...] |
| msgl-ascii.c | 66 if (!is_ascii_string_list (mp->comment_dot))
|
| write-properties.c | 252 if (mp->comment_dot != NULL) 253 for (i = 0; i < mp->comment_dot->nitems; ++i) 254 mp->comment_dot->item[i] = conv_to_java (mp->comment_dot->item[i]);
|
| msggrep.c | 757 && mp->comment_dot != NULL && mp->comment_dot->nitems > 0) 766 for (j = 0; j < mp->comment_dot->nitems; j++) 767 length += strlen (mp->comment_dot->item[j]) + 1; 771 for (j = 0; j < mp->comment_dot->nitems; j++) 773 size_t l = strlen (mp->comment_dot->item[j]); 775 memcpy (q, mp->comment_dot->item[j], l);
|
| msgl-cat.c | 527 if (mp->comment_dot) 528 for (i = 0; i < mp->comment_dot->nitems; i++) 530 mp->comment_dot->item[i]); 559 if (mp->comment_dot && tmp->comment_dot == NULL) 560 for (i = 0; i < mp->comment_dot->nitems; i++) 562 mp->comment_dot->item[i]); 591 tmp->alternative[i].comment_dot = mp->comment_dot; 738 if (tmp->alternative[i].comment_dot == NUL [all...] |
| message.c | 113 mp->comment_dot = NULL; 140 if (mp->comment_dot != NULL) 141 string_list_free (mp->comment_dot); 168 if (mp->comment_dot == NULL) 169 mp->comment_dot = string_list_alloc (); 170 string_list_append (mp->comment_dot, s); 215 if (mp->comment_dot) 217 for (j = 0; j < mp->comment_dot->nitems; ++j) 218 message_comment_dot_append (result, mp->comment_dot->item[j]);
|
| message.h | 125 string_list_ty *comment_dot; member in struct:message_ty 165 string_list_ty *comment_dot; member in struct:message_ty::altstr
|
| read-catalog-abstract.h | 97 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s); member in struct:abstract_catalog_reader_class_ty
|
| write-stringtable.c | 148 if (mp->comment_dot != NULL) 152 for (j = 0; j < mp->comment_dot->nitems; ++j) 154 const char *s = mp->comment_dot->item[j];
|
| read-catalog.h | 107 string_list_ty *comment_dot; \
|
| msgl-equal.c | 166 if (!string_list_equal (mp1->comment_dot, mp2->comment_dot))
|
| read-catalog-abstract.c | 124 if (pop->methods->comment_dot != NULL) 125 pop->methods->comment_dot (pop, s);
|
| msgmerge.c | 1030 if (ref->comment_dot) 1031 for (j = 0; j < ref->comment_dot->nitems; ++j) 1032 message_comment_dot_append (result, ref->comment_dot->item[j]); 1647 if (mp->comment_dot != NULL) 1649 string_list_free (mp->comment_dot); 1650 mp->comment_dot = NULL;
|
| msgl-iconv.c | 303 convert_string_list (cd, mp->comment_dot, &context); 554 && iconvable_string_list (cd, mp->comment_dot)
|
| xgettext.c | 961 NULL, /* comment_dot */ 2068 nitems_before = (mp->comment_dot != NULL ? mp->comment_dot->nitems : 0); 2122 nitems_after = (mp->comment_dot != NULL ? mp->comment_dot->nitems : 0); 2136 if (strcmp (mp->comment_dot->item[nitems_before - added + i], 2137 mp->comment_dot->item[nitems_before + i]) != 0) 2146 free ((char *) mp->comment_dot->item[nitems_before + i]); 2147 mp->comment_dot->nitems = nitems_before; 2719 /* Add best_cp->xcomments to mp->comment_dot, unless alread [all...] |
| write-po.c | 183 /* Output mp->comment_dot as a set of comment lines. */ 188 if (mp->comment_dot != NULL) 192 for (j = 0; j < mp->comment_dot->nitems; ++j) 194 const char *s = mp->comment_dot->item[j];
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| gettext-po.c | 812 if (mp->comment_dot == NULL || mp->comment_dot->nitems == 0) 815 return string_list_join (mp->comment_dot, '\n', '\n', true); 852 if (mp->comment_dot != NULL) 853 string_list_free (mp->comment_dot); 855 mp->comment_dot = slp;
|