/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets.h | 106 // This template permits specializing facet output code for 134 * @brief Common base for ctype facet 143 class __ctype_abstract_base : public locale::facet, public ctype_base 352 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } 362 * do_is() is a hook for a derived facet to change the behavior of 380 * do_is() is a hook for a derived facet to change the behavior of 399 * do_scan_is() is a hook for a derived facet to change the behavior of 418 * do_scan_is() is a hook for a derived facet to change the behavior of 438 * do_toupper() is a hook for a derived facet to change the behavior of 454 * do_toupper() is a hook for a derived facet to change the behavior o [all...] |
locale_facets_nonio.h | 59 struct __timepunct_cache : public locale::facet 122 __timepunct_cache(size_t __refs = 0) : facet(__refs), 177 class __timepunct : public locale::facet 191 /// Numpunct facet id. 208 * @param refs Passed to the base facet class. 358 * This facet encapsulates the code to parse and return a date or 365 * implement the behavior they require from the time_get facet. 368 class time_get : public locale::facet, public time_base 379 /// Numpunct facet id. 387 * @param __refs Passed to the base facet class [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets.h | 106 // This template permits specializing facet output code for 134 * @brief Common base for ctype facet 143 class __ctype_abstract_base : public locale::facet, public ctype_base 352 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } 362 * do_is() is a hook for a derived facet to change the behavior of 380 * do_is() is a hook for a derived facet to change the behavior of 399 * do_scan_is() is a hook for a derived facet to change the behavior of 418 * do_scan_is() is a hook for a derived facet to change the behavior of 438 * do_toupper() is a hook for a derived facet to change the behavior of 454 * do_toupper() is a hook for a derived facet to change the behavior o [all...] |
locale_facets_nonio.h | 59 struct __timepunct_cache : public locale::facet 122 __timepunct_cache(size_t __refs = 0) : facet(__refs), 177 class __timepunct : public locale::facet 191 /// Numpunct facet id. 208 * @param refs Passed to the base facet class. 358 * This facet encapsulates the code to parse and return a date or 365 * implement the behavior they require from the time_get facet. 368 class time_get : public locale::facet, public time_base 379 /// Numpunct facet id. 387 * @param __refs Passed to the base facet class [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_facets.h | 106 // This template permits specializing facet output code for 134 * @brief Common base for ctype facet 143 class __ctype_abstract_base : public locale::facet, public ctype_base 352 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } 362 * do_is() is a hook for a derived facet to change the behavior of 380 * do_is() is a hook for a derived facet to change the behavior of 399 * do_scan_is() is a hook for a derived facet to change the behavior of 418 * do_scan_is() is a hook for a derived facet to change the behavior of 438 * do_toupper() is a hook for a derived facet to change the behavior of 454 * do_toupper() is a hook for a derived facet to change the behavior o [all...] |
locale_facets_nonio.h | 59 struct __timepunct_cache : public locale::facet 122 __timepunct_cache(size_t __refs = 0) : facet(__refs), 177 class __timepunct : public locale::facet 191 /// Numpunct facet id. 208 * @param refs Passed to the base facet class. 358 * This facet encapsulates the code to parse and return a date or 365 * implement the behavior they require from the time_get facet. 368 class time_get : public locale::facet, public time_base 379 /// Numpunct facet id. 387 * @param __refs Passed to the base facet class [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
locale_facets.h | 106 // This template permits specializing facet output code for 134 * @brief Common base for ctype facet 143 class __ctype_abstract_base : public locale::facet, public ctype_base 352 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } 362 * do_is() is a hook for a derived facet to change the behavior of 380 * do_is() is a hook for a derived facet to change the behavior of 399 * do_scan_is() is a hook for a derived facet to change the behavior of 418 * do_scan_is() is a hook for a derived facet to change the behavior of 438 * do_toupper() is a hook for a derived facet to change the behavior of 454 * do_toupper() is a hook for a derived facet to change the behavior o [all...] |
locale_facets_nonio.h | 59 struct __timepunct_cache : public locale::facet 122 __timepunct_cache(size_t __refs = 0) : facet(__refs), 177 class __timepunct : public locale::facet 191 /// Numpunct facet id. 208 * @param refs Passed to the base facet class. 358 * This facet encapsulates the code to parse and return a date or 365 * implement the behavior they require from the time_get facet. 368 class time_get : public locale::facet, public time_base 379 /// Numpunct facet id. 387 * @param __refs Passed to the base facet class [all...] |
/external/libcxx/include/ |
__locale | 64 class _LIBCPP_TYPE_VIS facet; 111 void __install_ctor(const locale&, facet*, long); 114 const facet* use_facet(id&) const; 120 class _LIBCPP_TYPE_VIS locale::facet 125 explicit facet(size_t __refs = 0) 128 virtual ~facet(); 130 // facet(const facet&) = delete; // effectively done in __shared_count 131 // void operator=(const facet&) = delete; 168 throw runtime_error("locale::combine: locale missing facet"); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 52 class _LIBCPP_TYPE_VIS facet; 99 void __install_ctor(const locale&, facet*, long); 102 const facet* use_facet(id&) const; 108 class _LIBCPP_TYPE_VIS locale::facet 113 explicit facet(size_t __refs = 0) 116 virtual ~facet(); 118 // facet(const facet&) = delete; // effectively done in __shared_count 119 // void operator=(const facet&) = delete; 156 throw runtime_error("locale::combine: locale missing facet"); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 52 class _LIBCPP_TYPE_VIS facet; 99 void __install_ctor(const locale&, facet*, long); 102 const facet* use_facet(id&) const; 108 class _LIBCPP_TYPE_VIS locale::facet 113 explicit facet(size_t __refs = 0) 116 virtual ~facet(); 118 // facet(const facet&) = delete; // effectively done in __shared_count 119 // void operator=(const facet&) = delete; 156 throw runtime_error("locale::combine: locale missing facet"); [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
locale.cpp | 43 locale::facet::~facet() {} 62 string what = "Unable to find facet"; 70 const char* name, const char* facet) { 75 what += facet; 76 what += " facet category, unable to create facet for "; 87 what = "Unable to create facet "; 88 what += facet; 128 void locale::_M_insert(facet* f, locale::id& n) [all...] |
/external/llvm/test/CodeGen/Generic/ |
2009-11-16-BadKillsCrash.ll | 4 %"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" } 9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, [256 x i8], [256 x i8], i8 } 14 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** } 15 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
domain.py | 256 default='', facet=False, returnable=False, 277 :type facet: bool 278 :param facet: A boolean to indicate whether facets 321 'FacetEnabled': facet, 332 'FacetEnabled': facet, 344 'FacetEnabled': facet, 355 'FacetEnabled': facet, 366 'FacetEnabled': facet, 377 'FacetEnabled': facet, 388 'FacetEnabled': facet, [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
VerticalGridView.java | 29 * can also implement {@link FacetProvider}. Facet from ViewHolder 34 * When this facet is provided by ViewHolder or FacetProviderAdapter, it will 35 * override the item alignment settings set on VerticalGridView. This facet also allows multiple
|
/external/llvm/test/Transforms/SimplifyCFG/ |
dbginfo.ll | 34 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, [256 x i8], [256 x i8], i8 } 41 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** } 42 %"struct.std::locale::facet" = type { i32 (...)**, i32 } 43 %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" } 44 %"struct.std::num_put<char,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
|
/external/androidplot/Examples/DemoApp/ |
DemoApp.iml | 4 <facet type="android" name="Android">
11 </facet>
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ |
types_char.pass.cpp | 14 // : public locale::facet, 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_char16_t.pass.cpp | 14 // : public locale::facet, 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_char32_t.pass.cpp | 14 // : public locale::facet, 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_wchar_t.pass.cpp | 14 // : public locale::facet, 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ |
types_char.pass.cpp | 14 // : public locale::facet, 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_char16_t.pass.cpp | 14 // : public locale::facet, 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_char32_t.pass.cpp | 14 // : public locale::facet, 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|
types_wchar_t.pass.cpp | 14 // : public locale::facet, 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
|