OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clocale_quoting_style
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h
114
/* Like
clocale_quoting_style
, but quote `like this' instead of
160
clocale_quoting_style
enumerator in enum:quoting_style
quotearg.c
83
clocale_quoting_style
166
if (translation == msgid && s ==
clocale_quoting_style
)
227
case
clocale_quoting_style
:
236
clocale_quoting_style
quotes "like this".
/external/bison/lib/
quotearg.h
115
/* Like
clocale_quoting_style
, but use single quotes in the
164
clocale_quoting_style
,
enumerator in enum:quoting_style
166
/* Like
clocale_quoting_style
except use the custom quotation marks
quotearg.c
98
clocale_quoting_style
191
S is either
clocale_quoting_style
or locale_quoting_style. */
225
return (s ==
clocale_quoting_style
? "\"" : "'");
286
case
clocale_quoting_style
:
304
will quote 'like this', and
clocale_quoting_style
will
Completed in 166 milliseconds