HomeSort by relevance Sort by last modified time
    Searched refs:imbue (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/
test_1.cc 15 // TODO(digit): This imbue is required, otherwise a crash will happen
39 std::cout.imbue(std::locale("C"));
  /ndk/tests/device/test-libc++/jni/
test_1.cc 15 // TODO(digit): This imbue is required, otherwise a crash will happen
39 std::cout.imbue(std::locale("C"));
  /ndk/tests/device/test-libc++-shared/jni/
test_1.cc 15 // TODO(digit): This imbue is required, otherwise a crash will happen
39 std::cout.imbue(std::locale("C"));
  /ndk/tests/device/test-libc++-static/jni/
test_1.cc 15 // TODO(digit): This imbue is required, otherwise a crash will happen
39 std::cout.imbue(std::locale("C"));
  /external/libcxx/test/std/re/re.regex/re.regex.locale/
imbue.pass.cpp 14 // locale_type imbue(locale_type loc);
25 std::locale loc = r.imbue(std::locale(LOCALE_en_US_UTF_8));
28 loc = r.imbue(std::locale("C"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.locale/
imbue.pass.cpp 14 // locale_type imbue(locale_type loc);
25 std::locale loc = r.imbue(std::locale(LOCALE_en_US_UTF_8));
28 loc = r.imbue(std::locale("C"));
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_money.pass.cpp 46 is.imbue(std::locale(LOCALE_en_US_UTF_8));
54 is.imbue(std::locale(LOCALE_en_US_UTF_8));
62 is.imbue(std::locale(LOCALE_en_US_UTF_8));
70 is.imbue(std::locale(LOCALE_en_US_UTF_8));
put_money.pass.cpp 58 os.imbue(std::locale(LOCALE_en_US_UTF_8));
67 os.imbue(std::locale(LOCALE_en_US_UTF_8));
76 os.imbue(std::locale(LOCALE_en_US_UTF_8));
85 os.imbue(std::locale(LOCALE_en_US_UTF_8));
  /external/libcxx/test/std/re/re.traits/
imbue.pass.cpp 14 // locale_type imbue(locale_type l);
26 std::locale loc = t.imbue(std::locale(LOCALE_en_US_UTF_8));
transform.pass.cpp 34 t.imbue(std::locale(LOCALE_cs_CZ_ISO8859_2));
43 t.imbue(std::locale(LOCALE_cs_CZ_ISO8859_2));
transform_primary.pass.cpp 36 t.imbue(std::locale(LOCALE_cs_CZ_ISO8859_2));
47 t.imbue(std::locale(LOCALE_cs_CZ_ISO8859_2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_money.pass.cpp 47 is.imbue(std::locale(LOCALE_en_US_UTF_8));
55 is.imbue(std::locale(LOCALE_en_US_UTF_8));
63 is.imbue(std::locale(LOCALE_en_US_UTF_8));
71 is.imbue(std::locale(LOCALE_en_US_UTF_8));
put_money.pass.cpp 59 os.imbue(std::locale(LOCALE_en_US_UTF_8));
68 os.imbue(std::locale(LOCALE_en_US_UTF_8));
77 os.imbue(std::locale(LOCALE_en_US_UTF_8));
86 os.imbue(std::locale(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
imbue.pass.cpp 14 // locale_type imbue(locale_type l);
26 std::locale loc = t.imbue(std::locale(LOCALE_en_US_UTF_8));
transform.pass.cpp 36 t.imbue(std::locale("cs_CZ.ISO8859-2"));
52 t.imbue(std::locale("cs_CZ.ISO8859-2"));
transform_primary.pass.cpp 38 t.imbue(std::locale("cs_CZ.ISO8859-2"));
56 t.imbue(std::locale("cs_CZ.ISO8859-2"));
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 32 void imbue(const std::locale&) function in struct:test
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_long.pass.cpp 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
190 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
203 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
216 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
230 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
243 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
256 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
put_unsigned_long_long.pass.cpp 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
190 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
203 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
216 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
230 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
243 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
256 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 29 void imbue(const std::locale&) function in struct:test
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_long.pass.cpp 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
190 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
203 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
216 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
230 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
243 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
256 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
put_unsigned_long_long.pass.cpp 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
190 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
203 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
216 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
230 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
243 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
256 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
70 locale __tmp = ios_base::imbue(__loc);
79 __tmp = ios_base::imbue(__tmp);
100 this->imbue(locale());
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios.c 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
70 locale __tmp = ios_base::imbue(__loc);
79 __tmp = ios_base::imbue(__tmp);
100 this->imbue(locale());
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/
register_callback.pass.cpp 52 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));

Completed in 313 milliseconds

1 2 3 4 5