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

1 2 3 4 5

  /external/icu4c/i18n/
rbt.cpp 30 void RuleBasedTransliterator::_construct(const UnicodeString& rules, function in class:RuleBasedTransliterator
77 _construct(rules, direction,parseError,status);
98 _construct(rules, direction,parseError, status);
111 _construct(rules, direction,parseError, status);
123 _construct(rules, UTRANS_FORWARD, parseError, status);
136 _construct(rules, UTRANS_FORWARD,parseError, status);
  /external/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_carray.h 28 # include <stl/_construct.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 77 std::_Construct(std::__addressof(*__cur), *__first);
135 std::_Construct(std::__addressof(*__cur), __x);
189 std::_Construct(std::__addressof(*__cur), __x);
446 std::_Construct(std::__addressof(*__cur));
481 std::_Construct(std::__addressof(*__cur));
542 { _Construct(__ptr); }
617 std::_Construct(std::__addressof(*__cur), *__first);
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
80 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 86 std::_Construct(std::__addressof(*_M_iter), __element);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 77 std::_Construct(std::__addressof(*__cur), *__first);
135 std::_Construct(std::__addressof(*__cur), __x);
189 std::_Construct(std::__addressof(*__cur), __x);
446 std::_Construct(std::__addressof(*__cur));
481 std::_Construct(std::__addressof(*__cur));
542 { _Construct(__ptr); }
617 std::_Construct(std::__addressof(*__cur), *__first);
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
80 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 86 std::_Construct(std::__addressof(*_M_iter), __element);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 84 std::_Construct(&*_M_iter, __element);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 84 std::_Construct(&*_M_iter, __element);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 84 std::_Construct(&*_M_iter, __element);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 84 std::_Construct(&*_M_iter, __element);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
stl_raw_storage_iter.h 84 std::_Construct(&*_M_iter, __element);

Completed in 1863 milliseconds

1 2 3 4 5