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

1 2 3 4 5 6 7 8 91011

  /external/stlport/src/
locale_impl.h 33 //If we are using pointer specialization, vector<locale::facet*> will use
35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>;
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >
    [all...]
dll_main.cpp 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>;
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 33 //If we are using pointer specialization, vector<locale::facet*> will use
35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>;
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >
    [all...]
dll_main.cpp 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>;
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
    [all...]
  /external/clang/test/CXX/class/class.friend/
p1.cpp 66 class facet;
67 friend class facet; // should not assert
68 class facet {}; class in class:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp 12 // class locale::facet
15 // explicit facet(size_t refs = 0);
16 // virtual ~facet();
17 // facet(const facet&) = delete;
18 // void operator=(const facet&) = delete;
27 : public std::locale::facet
31 : std::locale::facet(refs)
  /external/clang/test/SemaTemplate/
crash-10438657.cpp 5 class collate : public locale::facet {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
messages_members.h 46 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()),
53 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0)
108 if (this->_M_name_messages != locale::facet::_S_get_c_name())
111 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0)
119 this->_M_name_messages = locale::facet::_S_get_c_name();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
messages_members.h 46 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()),
53 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0)
108 if (this->_M_name_messages != locale::facet::_S_get_c_name())
111 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0)
119 this->_M_name_messages = locale::facet::_S_get_c_name();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 70 class facet;
74 friend class facet;
167 * @brief Construct locale with another facet.
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
171 * Facet if there is one. If @a __f is null, this locale is a
175 * @param __f The facet to add in.
195 * @brief Construct locale with another facet.
198 * existing facet of type Facet from the locale @a other into the ne
338 class locale::facet class in class:locale
370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlschemastypes.h 51 xmlSchemaFacetPtr facet,
55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
95 xmlSchemaFacetPtr facet,
100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
  /external/libxml2/include/libxml/
xmlschemastypes.h 51 xmlSchemaFacetPtr facet,
55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
95 xmlSchemaFacetPtr facet,
100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 14 // : public locale::facet,
26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), "");
28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");

Completed in 4992 milliseconds

1 2 3 4 5 6 7 8 91011