HomeSort by: relevance | last modified time | path
    Searched defs:close_quote (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
intl.cc 33 const char *close_quote = "'"; variable
65 close_quote = _("'");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
85 close_quote = "\xe2\x80\x99";
intl.cc 33 const char *close_quote = "'"; variable
65 close_quote = _("'");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
85 close_quote = "\xe2\x80\x99";
  /src/external/gpl3/gcc.old/dist/gcc/
intl.cc 33 const char *close_quote = "'"; variable
65 close_quote = _("'");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
85 close_quote = "\xe2\x80\x99";
intl.cc 33 const char *close_quote = "'"; variable
65 close_quote = _("'");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
85 close_quote = "\xe2\x80\x99";

Completed in 92 milliseconds