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

1 2 3 45

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_double.pass.cpp 210 ios.imbue(std::locale(std::locale(), new my_numpunct));
get_long.pass.cpp 160 ios.imbue(std::locale(std::locale(), new my_numpunct));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 144 locale imbue(const locale&);
_fstream.c 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
697 // Helper functiosn for seek and imbue
729 * This function is called on construction and on an imbue call. In the
732 * The user will have to call imbue before any I/O operation.
_fstream.h 213 virtual void imbue(const locale&);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 144 locale imbue(const locale&);
_fstream.c 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
697 // Helper functiosn for seek and imbue
729 * This function is called on construction and on an imbue call. In the
732 * The user will have to call imbue before any I/O operation.
_fstream.h 213 virtual void imbue(const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 255 * @note Calling imbue with a different locale than the one currently in
259 imbue(locale_type __loc) function in struct:regex_traits
664 imbue(locale_type __loc) function in class:basic_regex
665 { return _M_traits.imbue(__loc); }
    [all...]
ios_base.h 417 * during imbue(). copyfmt_event is used during copyfmt().
433 * several ios_base and basic_ios functions, specifically imbue(),
684 imbue(const locale& __loc) throw();
690 * If @c imbue(loc) has previously been called, then this function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 255 * @note Calling imbue with a different locale than the one currently in
259 imbue(locale_type __loc) function in struct:regex_traits
664 imbue(locale_type __loc) function in class:basic_regex
665 { return _M_traits.imbue(__loc); }
    [all...]
ios_base.h 417 * during imbue(). copyfmt_event is used during copyfmt().
433 * several ios_base and basic_ios functions, specifically imbue(),
684 imbue(const locale& __loc) throw();
690 * If @c imbue(loc) has previously been called, then this function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 255 * @note Calling imbue with a different locale than the one currently in
259 imbue(locale_type __loc) function in struct:regex_traits
664 imbue(locale_type __loc) function in class:basic_regex
665 { return _M_traits.imbue(__loc); }
    [all...]
ios_base.h 417 * during imbue(). copyfmt_event is used during copyfmt().
433 * several ios_base and basic_ios functions, specifically imbue(),
684 imbue(const locale& __loc) throw();
690 * If @c imbue(loc) has previously been called, then this function
  /external/libcxx/src/
ios.cpp 140 ios_base::imbue(const locale& newloc) function in class:ios_base
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_string_en_US.pass.cpp 51 ios.imbue(std::locale(ios.getloc(),
53 ios.imbue(std::locale(ios.getloc(),
55 ios.imbue(std::locale(ios.getloc(),
57 ios.imbue(std::locale(ios.getloc(),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 136 ios_base::imbue(const locale& newloc) function in class:ios_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_string_en_US.pass.cpp 49 ios.imbue(std::locale(ios.getloc(),
51 ios.imbue(std::locale(ios.getloc(),
53 ios.imbue(std::locale(ios.getloc(),
55 ios.imbue(std::locale(ios.getloc(),
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 417 * during imbue(). copyfmt_event is used during copyfmt().
433 * several ios_base and basic_ios functions, specifically imbue(),
684 imbue(const locale& __loc) throw();
690 * If @c imbue(loc) has previously been called, then this function
regex.h 369 * @note Calling imbue with a different locale than the one currently in
373 imbue(locale_type __loc) function in struct:regex_traits
729 imbue(locale_type __loc) function in class:basic_regex
731 auto __ret = _M_traits.imbue(__loc);
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp 160 ios.imbue(std::locale(std::locale(), new my_numpunct));
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp     [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1663 milliseconds

1 2 3 45