Searched refs:lcontext (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xg-mixed-string.h | 54 lexical_context_ty lcontext; member 63 lexical_context_ty lcontext, 70 lexical_context_ty lcontext, 121 lexical_context_ty lcontext; member 129 lexical_context_ty lcontext,
|
D | xg-mixed-string.c | 65 lexical_context_ty lcontext, in mixed_string_alloc_simple() argument 92 ms->lcontext = lcontext; in mixed_string_alloc_simple() 101 lexical_context_ty lcontext, in mixed_string_alloc_utf8() argument 119 ms->lcontext = lcontext; in mixed_string_alloc_utf8() 146 ms->lcontext = ms1->lcontext; in mixed_string_clone() 207 ms->lcontext, in mixed_string_contents() 323 ms->lcontext = ms1->lcontext; in mixed_string_concat() 388 ms->lcontext = ms1->lcontext; in mixed_string_concat_free1() 400 lexical_context_ty lcontext, in mixed_string_buffer_init() argument 412 bp->lcontext = lcontext; in mixed_string_buffer_init() [all …]
|
D | xg-encoding.c | 61 non_ascii_error_message (lexical_context_ty lcontext, in non_ascii_error_message() argument 72 switch (lcontext) in non_ascii_error_message() 99 lexical_context_ty lcontext, in from_current_source_encoding() argument 108 non_ascii_error_message (lcontext, in from_current_source_encoding()
|
D | xg-encoding.h | 47 extern char *non_ascii_error_message (lexical_context_ty lcontext, 78 lexical_context_ty lcontext,
|
D | xg-message.c | 40 #define CONVERT_STRING(string, lcontext) \ argument 41 string = from_current_source_encoding (string, lcontext, pos->file_name, \
|
D | ChangeLog.1 | 2388 (from_current_source_encoding): Add lcontext argument. 2390 (from_current_source_encoding): Add lcontext argument. Use 2392 (CONVERT_STRING): Add lcontext argument. 2398 * x-java.c (struct string_buffer): Add lcontext field. 2399 (init_string_buffer): Add lcontext argument. 2402 (comment_start): Set lcontext. 2403 (phase5_get): Pass lcontext argument. 2405 extract_quotelike_pass1_utf8): Pass lcontext argument. 2409 (struct mixed_string_buffer): Add lcontext field. 2410 (init_mixed_string_buffer): Add lcontext argument. [all …]
|