Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 48) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dlookup_classname.pass.cpp40 | 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/
Dctype.cpp143 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/
Dis_many.pass.cpp42 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 …]
Dis_1.pass.cpp42 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()
Dscan_not.pass.cpp38 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()
Dscan_is.pass.cpp38 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/
Dclasses.sed2 s/^\([/[:lower:]A-Z0-9]*_cv_[[:lower:][:upper:]/[:digit:]]*\)=\(.*\)/: \${\1='\2'}/p
DBOOST.tests243 [[: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/
Dis_many.pass.cpp39 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()
Dis_1.pass.cpp38 assert(f.is(F::lower, L'a')); in main()
39 assert(!f.is(F::lower, L'A')); in main()
Dscan_not.pass.cpp35 assert(f.scan_not(F::lower, in.data(), in.data() + in.size()) - in.data() == 0); in main()
Dscan_is.pass.cpp35 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/
Dis_many.pass.cpp39 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()
Dis_1.pass.cpp38 assert(f.is(F::lower, 'a')); in main()
39 assert(!f.is(F::lower, 'A')); in main()
Dscan_is.pass.cpp35 assert(f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 4); in main()
Dscan_not.pass.cpp35 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/
Dctype_base.pass.cpp43 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/
Dctype_facets_test.cpp35 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/
Dctype_facets_test.cpp35 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/
Dregex.cpp218 {"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/
Dxlocale.c121 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__locale324 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/
Dlocale100 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::lower, c); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h46 lower = _Locale_LOWER, enumerator
/ndk/build/gmsl/
D__gmsl356 # 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

12