/ndk/sources/android/support/src/musl-ctype/ |
D | towctrans.c | 10 signed char lower; member 225 static wchar_t __towcase(wchar_t wc, int lower) in __towcase() argument 228 int lmul = 2*lower-1; in __towcase() 229 int lmask = lower-1; in __towcase() 237 if (lower && (unsigned)wc - 0x10a0 < 0x2e) in __towcase() 240 if (!lower && (unsigned)wc - 0x2d00 < 0x26) in __towcase() 244 int base = casemaps[i].upper + (lmask & casemaps[i].lower); in __towcase() 246 if (casemaps[i].lower == 1) in __towcase() 247 return wc + lower - ((wc-casemaps[i].upper)&1); in __towcase() 248 return wc + lmul*casemaps[i].lower; in __towcase() [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++/libcxx/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/llvm-libc++/libcxx/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_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()
|
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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | target_info.py | 24 platform_name = sys.platform.lower().strip() 36 name = name.lower().strip() 44 ver = ver.lower().strip()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/test/localization/locale.categories/category.ctype/ |
D | ctype_base.pass.cpp | 48 assert(std::ctype_base::lower); in main() 58 & std::ctype_base::lower in main() 70 test(std::ctype_base::lower); in main()
|
/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/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/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | regex.cpp | 226 {"lower", ctype_base::lower}, 267 r |= ctype_base::alnum | ctype_base::upper | ctype_base::lower; in __get_classname() 270 if (r & (ctype_base::lower | ctype_base::upper)) in __get_classname()
|
/ndk/tests/ |
D | prepare-buildbot-emulators.py | 34 os_name = platform.system().lower()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 129 LOCALE_ISCTYPE(lower, _ISLOWER) in LOCALE_ISCTYPE() 149 return __l->lc_ctype->lower[__c]; in tolower_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __locale | 326 static const mask lower = _ISlower; 338 static const mask lower = _LOWER; 356 static const mask lower = _CTYPE_L; 372 static const mask lower = _ISLOWER; 397 static const mask lower = _L; 410 static const mask lower = 1<<4; 733 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
|