HomeSort by relevance Sort by last modified time
    Searched refs:facet (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 45 /// Empty base class for codecvt facet [22.2.1.5].
69 : public locale::facet, public codecvt_base
87 * facet's locale, internal and external types.
140 * facet's locale, internal and external types.
167 * facet's locale, internal and external types.
224 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 45 /// Empty base class for codecvt facet [22.2.1.5].
69 : public locale::facet, public codecvt_base
87 * facet's locale, internal and external types.
140 * facet's locale, internal and external types.
167 * facet's locale, internal and external types.
224 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 56 class num_get: public locale::facet {
61 explicit num_get(size_t __refs = 0): locale::facet(__refs) {}
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 131 // On platform without real localization support we should rely on the "C" locale facet.
229 class dummy_facet : public locale::facet {
fstream_test.cpp 637 : public locale::facet, public codecvt_base {
643 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 131 // On platform without real localization support we should rely on the "C" locale facet.
229 class dummy_facet : public locale::facet {
fstream_test.cpp 637 : public locale::facet, public codecvt_base {
643 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 152 void setItemAlignmentFacet(ItemAlignmentFacet facet) {
153 mAlignmentFacet = facet;
866 final ItemAlignmentFacet facet = lp.getItemAlignmentFacet(); local
867 if (facet != null) {
868 final ItemAlignmentFacet.ItemAlignmentDef[] defs = facet.getAlignmentDefs();
1440 E facet = null; local
    [all...]
  /external/libcxx/src/
locale.cpp 62 void operator()(locale::facet* p) {p->__release_shared();}
135 : public facet
142 vector<facet*> facets_;
144 vector<facet*, __sso_allocator<facet*, N> > facets_;
153 __imp(const __imp&, facet* f, long id);
159 const locale::facet* use_facet(long id) const;
164 void install(facet* f, long id);
174 : facet(refs),
210 : facet(refs)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 65 void operator()(locale::facet* p) {p->__release_shared();}
138 : public facet
145 vector<facet*> facets_;
147 vector<facet*, __sso_allocator<facet*, N> > facets_;
156 __imp(const __imp&, facet* f, long id);
162 const locale::facet* use_facet(long id) const;
167 void install(facet* f, long id);
177 : facet(refs),
213 : facet(refs)
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-publisher-plugin/0.20.0/
tycho-p2-publisher-plugin-0.20.0.jar 
  /external/libxml2/include/libxml/
schemasInternals.h 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
    [all...]
  /external/libxml2/
relaxng.c 604 * @facet: the facet name
605 * @val: the facet value
609 * Function provided by a type library to check a value facet
614 const xmlChar * facet,
653 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2486 xmlSchemaFacetPtr facet; local
    [all...]
testapi.c 35016 xmlSchemaFacetPtr facet; \/* the facet *\/ local
35386 xmlSchemaFacetPtr facet; \/* an schemas type facet *\/ local
35715 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35768 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35839 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35899 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35968 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 317 locale::facet(__refs),
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1561 milliseconds

1 2 3 4 56