Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-ycp.c655 extract_parenthesized (message_list_ty *mlp, in extract_parenthesized() function
686 if (extract_parenthesized (mlp, inner_context, next_context_iter, in extract_parenthesized()
754 if (extract_parenthesized (mlp, inner_context, next_context_iter, in extract_parenthesized()
816 while (!extract_parenthesized (mlp, null_context, null_context_list_iterator, in extract_ycp()
Dx-awk.c688 extract_parenthesized (message_list_ty *mlp, in extract_parenthesized() function
758 if (extract_parenthesized (mlp, inner_context, next_context_iter, in extract_parenthesized()
886 while (!extract_parenthesized (mlp, null_context, null_context_list_iterator, in extract_awk()
Dx-csharp.c1816 extract_parenthesized (message_list_ty *mlp, token_type_ty terminator, in extract_parenthesized() function
1931 if (extract_parenthesized (mlp, token_type_rparen, in extract_parenthesized()
1962 if (extract_parenthesized (mlp, token_type_rbrace, in extract_parenthesized()
2082 while (!extract_parenthesized (mlp, token_type_eof, in extract_csharp()
Dx-java.c1454 extract_parenthesized (message_list_ty *mlp, token_type_ty terminator, in extract_parenthesized() function
1569 if (extract_parenthesized (mlp, token_type_rparen, in extract_parenthesized()
1600 if (extract_parenthesized (mlp, token_type_rbrace, in extract_parenthesized()
1714 while (!extract_parenthesized (mlp, token_type_eof, in extract_java()
DChangeLog.1334 (extract_parenthesized): Respect 'escape' field of token.
769 (extract_parenthesized): Remove the
1427 * x-ycp.c (extract_parenthesized): Likewise.
1857 * x-awk.c (extract_parenthesized): Update.
1858 * x-c.c (extract_parenthesized): Update.
1859 * x-csharp.c (extract_parenthesized): Update.
1861 * x-java.c (extract_parenthesized): Update.
1873 * x-ycp.c (extract_parenthesized): Update.
2288 (extract_balanced): Renamed from extract_parenthesized. Add 'delim'
2825 (extract_parenthesized): Pass token's comment to remember_a_message.
[all …]
Dx-c.c2186 extract_parenthesized (message_list_ty *mlp, in extract_parenthesized() function
2248 if (extract_parenthesized (mlp, inner_context, next_context_iter, in extract_parenthesized()
2364 while (!extract_parenthesized (mlp, null_context, null_context_list_iterator, in extract_whole_file()
DChangeLog.0325 extract_parenthesized, extract_awk): Use ANSI C function declarations.
333 extract_parenthesized, extract_c): Use ANSI C function declarations.
377 extract_parenthesized, extract_php): Likewise.
388 extract_parenthesized, extract_python): Use ANSI C function
1579 * x-c.c (extract_parenthesized): New function, extracted from
1581 (extract_c): Call extract_parenthesized.