OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALE_fr_FR_UTF_8
(Results
26 - 35
of
35
) sorted by null
1
2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_weekday.pass.cpp
52
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
get_weekday_wide.pass.cpp
52
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
get_year.pass.cpp
51
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
get_year_wide.pass.cpp
51
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
get_one.pass.cpp
69
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
85
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
get_one_wide.pass.cpp
69
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
85
const my_facet f(
LOCALE_fr_FR_UTF_8
, 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
copy.pass.cpp
72
std::locale loc(
LOCALE_fr_FR_UTF_8
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp
98
ios2.imbue(std::locale(
LOCALE_fr_FR_UTF_8
));
123
assert(ios1.getloc().name() ==
LOCALE_fr_FR_UTF_8
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_fr_FR.pass.cpp
50
std::string loc_name(
LOCALE_fr_FR_UTF_8
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_long_double_fr_FR.pass.cpp
50
std::string loc_name(
LOCALE_fr_FR_UTF_8
);
Completed in 247 milliseconds
1
2