/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/ |
D | lookup_classname.pass.cpp | 40 | std::ctype_base::upper | std::ctype_base::lower); in main() 42 | std::ctype_base::upper | std::ctype_base::lower); in main() 44 | std::ctype_base::upper | std::ctype_base::lower, true); in main() 46 | std::ctype_base::upper | std::ctype_base::lower, true); in main() 88 test("lower", std::ctype_base::lower); in main() 89 test("LOWER", std::ctype_base::lower); in main() 90 test("lower", std::ctype_base::lower | std::ctype_base::alpha, true); in main() 91 test("Lower", std::ctype_base::lower | std::ctype_base::alpha, true); in main() 128 | std::ctype_base::upper | std::ctype_base::lower); in main() 130 | std::ctype_base::upper | std::ctype_base::lower); in main() [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 143 ctype_base::mask(alpha | print | lower | xdigit) /* a */, in classic_table() 144 ctype_base::mask(alpha | print | lower | xdigit) /* b */, in classic_table() 145 ctype_base::mask(alpha | print | lower | xdigit) /* c */, in classic_table() 146 ctype_base::mask(alpha | print | lower | xdigit) /* d */, in classic_table() 147 ctype_base::mask(alpha | print | lower | xdigit) /* e */, in classic_table() 148 ctype_base::mask(alpha | print | lower | xdigit) /* f */, in classic_table() 149 ctype_base::mask(alpha | print | lower) /* g */, in classic_table() 150 ctype_base::mask(alpha | print | lower) /* h */, in classic_table() 151 ctype_base::mask(alpha | print | lower) /* i */, in classic_table() 152 ctype_base::mask(alpha | print | lower) /* j */, in classic_table() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | is_many.pass.cpp | 42 assert(!(m[0] & F::lower)); in main() 56 assert(!(m[1] & F::lower)); in main() 70 assert(!(m[2] & F::lower)); in main() 84 assert(!(m[3] & F::lower)); in main() 98 assert(!(m[4] & F::lower)); in main() 112 assert( (m[5] & F::lower)); in main() 126 assert(!(m[6] & F::lower)); in main() 151 assert(!(m[0] & F::lower)); in main() 165 assert(!(m[1] & F::lower)); in main() 179 assert(!(m[2] & F::lower)); in main() [all …]
|
D | is_1.pass.cpp | 42 assert(f.is(F::lower, L'a')); in main() 43 assert(!f.is(F::lower, L'A')); in main() 85 assert(f.is(F::lower, L'a')); in main() 86 assert(!f.is(F::lower, L'A')); in main()
|
D | scan_not.pass.cpp | 38 assert(f.scan_not(F::lower, in.data(), in.data() + in.size()) - in.data() == 0); in main() 59 assert(f.scan_not(F::lower, in.data(), in.data() + in.size()) - in.data() == 0); in main()
|
D | scan_is.pass.cpp | 38 assert(f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 5); in main() 59 assert(f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 5); in main()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | classes.sed | 2 s/^\([/[:lower:]A-Z0-9]*_cv_[[:lower:][:upper:]/[:digit:]]*\)=\(.*\)/: \${\1='\2'}/p
|
D | BOOST.tests | 243 [[:lower:]]+ AabC 1 3 482 ; upper and lower have no meaning here so they fail, however these 484 ;[[:lower:]] ! 541 [[:lower:]]+ abyzABYZ 0 8
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
D | is_many.pass.cpp | 39 assert(!(m[0] & F::lower)); in main() 53 assert(!(m[1] & F::lower)); in main() 67 assert(!(m[2] & F::lower)); in main() 81 assert(!(m[3] & F::lower)); in main() 95 assert( (m[4] & F::lower)); in main() 109 assert(!(m[5] & F::lower)); in main()
|
D | is_1.pass.cpp | 38 assert(f.is(F::lower, L'a')); in main() 39 assert(!f.is(F::lower, L'A')); in main()
|
D | scan_not.pass.cpp | 35 assert(f.scan_not(F::lower, in.data(), in.data() + in.size()) - in.data() == 0); in main()
|
D | scan_is.pass.cpp | 35 assert(f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 4); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
D | is_many.pass.cpp | 39 assert(!(m[0] & F::lower)); in main() 53 assert(!(m[1] & F::lower)); in main() 67 assert(!(m[2] & F::lower)); in main() 81 assert(!(m[3] & F::lower)); in main() 95 assert( (m[4] & F::lower)); in main() 109 assert(!(m[5] & F::lower)); in main()
|
D | is_1.pass.cpp | 38 assert(f.is(F::lower, 'a')); in main() 39 assert(!f.is(F::lower, 'A')); in main()
|
D | scan_is.pass.cpp | 35 assert(f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 4); in main()
|
D | scan_not.pass.cpp | 35 assert(f.scan_not(F::lower, in.data(), in.data() + in.size()) - in.data() == 0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/ |
D | ctype_base.pass.cpp | 43 assert(std::ctype_base::lower); in main() 53 & std::ctype_base::lower in main() 65 test(std::ctype_base::lower); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | ctype_facets_test.cpp | 35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); in _ctype_facet() 61 CPPUNIT_ASSERT( (res[2] & ctype_base::lower) != 0 ); in _ctype_facet() 80 res = ct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 179 CPPUNIT_CHECK( wct.is(ctype_base::lower, L'a') ); in _ctype_facet_w() 205 CPPUNIT_CHECK( (res[2] & ctype_base::lower) != 0 ); in _ctype_facet_w() 224 res = wct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 430 …CPPUNIT_ASSERT( ct.is(ctype_base::mask(ctype_base::print | ctype_base::lower | ctype_base::alpha),… in ctype_by_name() 452 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::lower, c) == cfacet.is(ctype_base::lower, c)); in ctype_by_name()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); in _ctype_facet() 61 CPPUNIT_ASSERT( (res[2] & ctype_base::lower) != 0 ); in _ctype_facet() 80 res = ct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 179 CPPUNIT_CHECK( wct.is(ctype_base::lower, L'a') ); in _ctype_facet_w() 205 CPPUNIT_CHECK( (res[2] & ctype_base::lower) != 0 ); in _ctype_facet_w() 224 res = wct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 430 …CPPUNIT_ASSERT( ct.is(ctype_base::mask(ctype_base::print | ctype_base::lower | ctype_base::alpha),… in ctype_by_name() 452 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::lower, c) == cfacet.is(ctype_base::lower, c)); in ctype_by_name()
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | regex.cpp | 218 {"lower", ctype_base::lower}, 259 r |= ctype_base::alnum | ctype_base::upper | ctype_base::lower; in __get_classname() 262 if (r & (ctype_base::lower | ctype_base::upper)) in __get_classname()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/ |
D | xlocale.c | 121 LOCALE_ISCTYPE(lower, _ISLOWER) in LOCALE_ISCTYPE() 141 return __l->lc_ctype->lower[__c]; in tolower_l()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | __locale | 324 static const mask lower = _ISlower; 336 static const mask lower = _LOWER; 352 static const mask lower = _CTYPE_L; 364 static const mask lower = _ISLOWER; 376 static const mask lower = _L; 390 static const mask lower = 1<<4; 711 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::lower, __c);
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | locale | 100 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::lower, c); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctype.h | 46 lower = _Locale_LOWER, enumerator
|
/ndk/build/gmsl/ |
D | __gmsl | 356 # Arguments: 1: Text to lower case 357 # Returns: Returns the text in lower case 372 # Aside: if you read the above you might think that the lower-case
|