OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_opts
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py
145
def _test_formatfunc(self, format, value, out, func, **
format_opts
):
147
func(format, value, **
format_opts
), out)
149
def _test_format(self, format, value, out, **
format_opts
):
151
func=locale.format, **
format_opts
)
153
def _test_format_string(self, format, value, out, **
format_opts
):
155
func=locale.format_string, **
format_opts
)
157
def _test_currency(self, value, out, **
format_opts
):
158
self.assertEqual(locale.currency(value, **
format_opts
), out)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py
145
def _test_formatfunc(self, format, value, out, func, **
format_opts
):
147
func(format, value, **
format_opts
), out)
149
def _test_format(self, format, value, out, **
format_opts
):
151
func=locale.format, **
format_opts
)
153
def _test_format_string(self, format, value, out, **
format_opts
):
155
func=locale.format_string, **
format_opts
)
157
def _test_currency(self, value, out, **
format_opts
):
158
self.assertEqual(locale.currency(value, **
format_opts
), out)
/external/harfbuzz_ng/util/
options.cc
578
format_options_t *
format_opts
= (format_options_t *) data;
local
579
format_opts
->show_text =
format_opts
->show_unicode =
format_opts
->show_line_num = true;
Completed in 1121 milliseconds