OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gettext_quote
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
quotearg.c
193
gettext_quote
(char const *msgid, enum quoting_style s)
function
312
left_quote =
gettext_quote
(N_("`"), quoting_style);
313
right_quote =
gettext_quote
(N_("'"), quoting_style);
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c
163
gettext_quote
(char const *msgid, enum quoting_style s)
function
249
char const *left =
gettext_quote
(N_("`"), quoting_style);
250
char const *right =
gettext_quote
(N_("'"), quoting_style);
Completed in 26 milliseconds