Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/
Dis_many.pass.cpp49 assert( (m[0] & F::graph)); in main()
63 assert(!(m[1] & F::graph)); in main()
77 assert( (m[2] & F::graph)); in main()
91 assert(!(m[3] & F::graph)); in main()
105 assert( (m[4] & F::graph)); in main()
119 assert( (m[5] & F::graph)); in main()
133 assert( (m[6] & F::graph)); in main()
158 assert(!(m[0] & F::graph)); in main()
172 assert(!(m[1] & F::graph)); in main()
186 assert( (m[2] & F::graph)); in main()
[all …]
Dis_1.pass.cpp60 assert(f.is(F::graph, L'.')); in main()
61 assert(!f.is(F::graph, L'\x07')); in main()
103 assert(f.is(F::graph, L'.')); in main()
104 assert(!f.is(F::graph, L'\x07')); in main()
Dscan_not.pass.cpp45 assert(f.scan_not(F::graph, in.data(), in.data() + in.size()) - in.data() == 1); in main()
66 assert(f.scan_not(F::graph, in.data(), in.data() + in.size()) - in.data() == 0); in main()
Dscan_is.pass.cpp45 assert(f.scan_is(F::graph, in.data(), in.data() + in.size()) - in.data() == 0); in main()
66 assert(f.scan_is(F::graph, in.data(), in.data() + in.size()) - in.data() == 2); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
Dis_many.pass.cpp46 assert(!(m[0] & F::graph)); in main()
60 assert( (m[1] & F::graph)); in main()
74 assert(!(m[2] & F::graph)); in main()
88 assert( (m[3] & F::graph)); in main()
102 assert( (m[4] & F::graph)); in main()
116 assert( (m[5] & F::graph)); in main()
Dis_1.pass.cpp56 assert(f.is(F::graph, L'.')); in main()
57 assert(!f.is(F::graph, L'\x07')); in main()
Dscan_not.pass.cpp42 assert(f.scan_not(F::graph, in.data(), in.data() + in.size()) - in.data() == 0); in main()
Dscan_is.pass.cpp42 assert(f.scan_is(F::graph, in.data(), in.data() + in.size()) - in.data() == 1); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dis_many.pass.cpp46 assert(!(m[0] & F::graph)); in main()
60 assert( (m[1] & F::graph)); in main()
74 assert(!(m[2] & F::graph)); in main()
88 assert( (m[3] & F::graph)); in main()
102 assert( (m[4] & F::graph)); in main()
116 assert( (m[5] & F::graph)); in main()
Dis_1.pass.cpp56 assert(f.is(F::graph, '.')); in main()
57 assert(!f.is(F::graph, '\x07')); in main()
Dscan_is.pass.cpp42 assert(f.scan_is(F::graph, in.data(), in.data() + in.size()) - in.data() == 1); in main()
Dscan_not.pass.cpp42 assert(f.scan_not(F::graph, in.data(), in.data() + in.size()) - in.data() == 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dlookup_classname.pass.cpp83 test("graph", std::ctype_base::graph); in main()
84 test("GRAPH", std::ctype_base::graph); in main()
85 test("graph", std::ctype_base::graph, true); in main()
86 test("Graph", std::ctype_base::graph, true); in main()
171 test(L"graph", std::ctype_base::graph); in main()
172 test(L"GRAPH", std::ctype_base::graph); in main()
173 test(L"graph", std::ctype_base::graph, true); in main()
174 test(L"Graph", std::ctype_base::graph, true); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/
Dctype_base.pass.cpp59 assert(std::ctype_base::graph == (std::ctype_base::alnum | std::ctype_base::punct)); in main()
72 test(std::ctype_base::graph); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dregex.cpp217 {"graph", ctype_base::graph},
Dlocale.cpp739 const ctype_base::mask ctype_base::graph; member in ctype_base
/ndk/tests/device/test-stlport/unit/
Dctype_facets_test.cpp458 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::graph, c) == cfacet.is(ctype_base::graph, c)); in ctype_by_name()
/ndk/tests/device/test-gnustl-full/unit/
Dctype_facets_test.cpp458 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::graph, c) == cfacet.is(ctype_base::graph, c)); in ctype_by_name()
/ndk/sources/cxx-stl/stlport/stlport/
Dlocale124 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::graph, c); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h52 graph = alnum | punct enumerator
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
Dxlocale.c120 LOCALE_ISCTYPE(graph, _ISGRAPH) in LOCALE_ISCTYPE()
/ndk/sources/cxx-stl/llvm-libc++/include/
D__locale398 static const mask graph = alnum | punct;
759 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::graph, __c);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DSPENCER.tests318 [[:graph:]]+ - Sa%bS a%b
DBOOST.tests242 [[:graph:]]+ " a%b " 1 4
/ndk/build/core/
Ddefinitions.mk24 include $(BUILD_SYSTEM)/definitions-graph.mk

12