• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching defs:string

29 #include <string.h>
222 Non-ASCII string at %s%s.\n\
518 /* A string buffer type that allows appending Unicode characters.
519 Returns the entire string in UTF-8 encoding. */
523 /* The part of the string that has already been converted to UTF-8. */
569 /* Return the string buffer's contents. */
635 string literal with a space or newline character.
1323 char *string; /* for token_type_string_literal, token_type_symbol */
1335 free (tp->string);
1341 /* Read a Unicode escape sequence outside string/character literals.
1402 /* Read an escape sequence inside a string literal or character literal.
1488 /* Read a regular string literal or character literal.
1509 error (0, 0, _("%s:%d: warning: unterminated string constant"),
1537 tp->string = NULL;
1635 /* Regular string literal. */
1641 tp->string = xstrdup (string_buffer_result (&literal));
1680 /* Verbatim string literal. */
1703 tp->string = xstrdup (string_buffer_result (&literal));
1728 tp->string = xstrdup (string_buffer_result (&buffer));
1755 /* Compile-time optimization of string literal concatenation.
1756 Combine "string1" + ... + "stringN" to the concatenated string if
1758 string could be part of a method call expression). */
1775 char *sum = tp->string;
1795 char *addend = token3.string;
1814 tp->string = sum;
1853 a keyword, followed by a left paren, followed by a string. When we
1908 char *sum = token.string;
1925 char *addend = token3.string;
2073 remember_a_message (mlp, NULL, token.string, inner_context,
2076 arglist_parser_remember (argparser, arg, token.string,