HomeSort by relevance Sort by last modified time
    Searched full:facet (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base {
53 /* For the moment VC6 do not support this facet default implementation
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
174 : public locale::facet, public codecvt_base {
180 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
271 : public locale::facet, public codecvt_base {
277 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
_messages_facets.h 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base {
88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
_num_put.h 49 // num_put facet
52 class num_put: public locale::facet {
57 explicit num_put(size_t __refs = 0) : locale::facet(__refs) {}
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base {
53 /* For the moment VC6 do not support this facet default implementation
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
174 : public locale::facet, public codecvt_base {
180 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
271 : public locale::facet, public codecvt_base {
277 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
_messages_facets.h 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base {
88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
_num_put.h 49 // num_put facet
52 class num_put: public locale::facet {
57 explicit num_put(size_t __refs = 0) : locale::facet(__refs) {}
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base {
53 /* For the moment VC6 do not support this facet default implementation
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
174 : public locale::facet, public codecvt_base {
180 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
271 : public locale::facet, public codecvt_base {
277 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
_messages_facets.h 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base {
88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
_num_put.h 49 // num_put facet
52 class num_put: public locale::facet {
57 explicit num_put(size_t __refs = 0) : locale::facet(__refs) {}
  /external/llvm/test/CodeGen/X86/
pr1505b.ll 9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, [256 x i8], [256 x i8], i8 }
15 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** }
16 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
17 %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
  /external/libxml2/
xmlschemastypes.c 647 * @facetType: the facet type
649 * Evaluates if a specific facet can be
652 * Returns 1 if the facet can be used with the given built-in type,
    [all...]
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate.ll 20 %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" }
23 %"struct.std::basic_fstream<char,std::char_traits<char> >" = type { { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<char,std::char_traits<char> >", %"struct.std::basic_ios<char,std::char_traits<char> >" }
24 %"struct.std::basic_fstream<wchar_t,std::char_traits<wchar_t> >" = type { { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >", %"struct.std::basic_ios<wchar_t,std::char_traits<wchar_t> >" }
27 %"struct.std::basic_iostream<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_ios<wchar_t,std::char_traits<wchar_t> >" }
37 %"struct.std::collate<char>" = type { %"struct.std::locale::facet", %struct.__locale_struct* }
48 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** }
49 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
2006-11-09-InlineCGUpdate-2.ll 11 %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" }
15 %"struct.std::basic_iostream<char,std::char_traits<char> >" = type { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_ios<char,std::char_traits<char> >" }
29 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** }
30 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
  /external/stlport/src/
message_facets.h 31 // a message string is always a char*. We need a ctype facet to convert
33 // a facet when calling open().
messages.cpp 32 // Don't bother to do anything unless we're using a non-default ctype facet
189 : locale::facet(refs) {}
218 : locale::facet(refs) {}
  /external/stlport/stlport/stl/
_messages_facets.h 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base {
88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
_num_put.h 49 // num_put facet
52 class num_put: public locale::facet {
57 explicit num_put(size_t __refs = 0) : locale::facet(__refs) {}
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 31 // a message string is always a char*. We need a ctype facet to convert
33 // a facet when calling open().
  /external/stlport/doc/
README.borland 123 1. If you extend a locale facet based on a Standard facet definition you will
124 have to grant your own facet id defition. Ex extracted from
143 // Mandatory locale facet id definition:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.tcc 136 // called, which needs an imbued ctype facet of char_type to
138 // ctype<char_type> is not necessarily a required facet, so
144 // ctype<char_type> facet.
codecvt.h 44 /// Empty base class for codecvt facet [22.2.1.5].
68 : public locale::facet, public codecvt_base
86 * facet's locale, internal and external types.
139 * facet's locale, internal and external types.
166 * facet's locale, internal and external types.
223 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 136 // called, which needs an imbued ctype facet of char_type to
138 // ctype<char_type> is not necessarily a required facet, so
144 // ctype<char_type> facet.
codecvt.h 44 /// Empty base class for codecvt facet [22.2.1.5].
68 : public locale::facet, public codecvt_base
86 * facet's locale, internal and external types.
139 * facet's locale, internal and external types.
166 * facet's locale, internal and external types.
223 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 136 // called, which needs an imbued ctype facet of char_type to
138 // ctype<char_type> is not necessarily a required facet, so
144 // ctype<char_type> facet.
codecvt.h 44 /// Empty base class for codecvt facet [22.2.1.5].
68 : public locale::facet, public codecvt_base
86 * facet's locale, internal and external types.
139 * facet's locale, internal and external types.
166 * facet's locale, internal and external types.
223 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }

Completed in 279 milliseconds

1 2 34 5 6 7 8 9