Home
last modified time | relevance | path

Searched refs:msgfmt_operand_list_ty (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmsgfmt.h42 typedef struct msgfmt_operand_list_ty msgfmt_operand_list_ty; typedef
43 struct msgfmt_operand_list_ty struct
Dwrite-desktop.c47 msgfmt_operand_list_ty *operands;
140 msgdomain_write_desktop_bulk (msgfmt_operand_list_ty *operands, in msgdomain_write_desktop_bulk()
202 msgfmt_operand_list_ty operands; in msgdomain_write_desktop()
Dwrite-xml.c43 msgdomain_write_xml_bulk (msgfmt_operand_list_ty *operands, in msgdomain_write_xml_bulk()
93 msgfmt_operand_list_ty operands; in msgdomain_write_xml()
Dwrite-desktop.h41 msgdomain_write_desktop_bulk (msgfmt_operand_list_ty *operands,
Dwrite-xml.h42 msgdomain_write_xml_bulk (msgfmt_operand_list_ty *operands,
Dmsgfmt.c1504 msgfmt_operand_list_init (msgfmt_operand_list_ty *operands) in msgfmt_operand_list_init()
1512 msgfmt_operand_list_destroy (msgfmt_operand_list_ty *operands) in msgfmt_operand_list_destroy()
1525 msgfmt_operand_list_append (msgfmt_operand_list_ty *operands, in msgfmt_operand_list_append()
1545 msgfmt_operand_list_add_from_directory (msgfmt_operand_list_ty *operands, in msgfmt_operand_list_add_from_directory()
1634 msgfmt_operand_list_ty operands; in msgfmt_desktop_bulk()
1668 msgfmt_operand_list_ty operands; in msgfmt_xml_bulk()
DChangeLog.116 (msgfmt_desktop_bulk): Rewrite using msgfmt_operand_list_ty.
19 (msgfmt_operand_list_ty): New type.
21 Simplify using msgfmt_operand_list_ty.
22 (msgdomain_write_desktop): Simplify using msgfmt_operand_list_ty.