Searched refs:punct (Results 1 - 25 of 126) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
59 static const mask punct = 1 << 9; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
59 static const mask punct = 1 << 9; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
59 static const mask punct = 1 << 9; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
59 static const mask punct = 1 << 9; member in struct:ctype_base
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dclassic_table.pass.cpp28 | F::alpha | F::digit | F::punct | F::xdigit | F::blank;
50 if ( i >= 33 && i <= 47 ) set |= F::punct; // ' ' .. '/'
51 if ( i >= 58 && i <= 64 ) set |= F::punct; // ':' .. '@'
52 if ( i >= 91 && i <= 96 ) set |= F::punct; // '[' .. '`'
53 if ( i >= 123 && i <= 126 ) set |= F::punct; // '{' .. '~' }
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dclassic_table.pass.cpp28 | F::alpha | F::digit | F::punct | F::xdigit | F::blank;
50 if ( i >= 33 && i <= 47 ) set |= F::punct; // ' ' .. '/'
51 if ( i >= 58 && i <= 64 ) set |= F::punct; // ':' .. '@'
52 if ( i >= 91 && i <= 96 ) set |= F::punct; // '[' .. '`'
53 if ( i >= 123 && i <= 126 ) set |= F::punct; // '{' .. '~' }
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/
H A Dctype_base.pass.cpp30 // static const mask punct = 1 << 7;
33 // static const mask graph = alnum | punct;
51 assert(std::ctype_base::punct);
61 & std::ctype_base::punct
64 assert(std::ctype_base::graph == (std::ctype_base::alnum | std::ctype_base::punct));
73 test(std::ctype_base::punct);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/
H A Dctype_base.pass.cpp30 // static const mask punct = 1 << 7;
33 // static const mask graph = alnum | punct;
51 assert(std::ctype_base::punct);
61 & std::ctype_base::punct
64 assert(std::ctype_base::graph == (std::ctype_base::alnum | std::ctype_base::punct));
73 test(std::ctype_base::punct);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/
H A Dctype_base.pass.cpp30 // static const mask punct = 1 << 7;
33 // static const mask graph = alnum | punct;
51 assert(std::ctype_base::punct);
61 & std::ctype_base::punct
64 assert(std::ctype_base::graph == (std::ctype_base::alnum | std::ctype_base::punct));
73 test(std::ctype_base::punct);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dctype_base.h58 static const mask punct = _ISpunct; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dctype_base.h58 static const mask punct = _ISpunct; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dctype_base.h58 static const mask punct = _ISpunct; member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dctype_base.h58 static const mask punct = _ISpunct; member in struct:ctype_base
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dis_1.pass.cpp47 assert(f.is(F::punct, '.'));
48 assert(!f.is(F::punct, 'a'));
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dctype.cpp79 ctype_base::mask(punct | print) /* ! */,
80 ctype_base::mask(punct | print) /* " */,
81 ctype_base::mask(punct | print) /* # */,
82 ctype_base::mask(punct | print) /* $ */,
83 ctype_base::mask(punct | print) /* % */,
84 ctype_base::mask(punct | print) /* & */,
85 ctype_base::mask(punct | print) /* ' */,
86 ctype_base::mask(punct | print) /* ( */,
87 ctype_base::mask(punct | print) /* ) */,
88 ctype_base::mask(punct | prin
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dis_1.pass.cpp47 assert(f.is(F::punct, '.'));
48 assert(!f.is(F::punct, 'a'));
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dctype.cpp79 ctype_base::mask(punct | print) /* ! */,
80 ctype_base::mask(punct | print) /* " */,
81 ctype_base::mask(punct | print) /* # */,
82 ctype_base::mask(punct | print) /* $ */,
83 ctype_base::mask(punct | print) /* % */,
84 ctype_base::mask(punct | print) /* & */,
85 ctype_base::mask(punct | print) /* ' */,
86 ctype_base::mask(punct | print) /* ( */,
87 ctype_base::mask(punct | print) /* ) */,
88 ctype_base::mask(punct | prin
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dis_1.pass.cpp47 assert(f.is(F::punct, '.'));
48 assert(!f.is(F::punct, 'a'));
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dctype.cpp79 ctype_base::mask(punct | print) /* ! */,
80 ctype_base::mask(punct | print) /* " */,
81 ctype_base::mask(punct | print) /* # */,
82 ctype_base::mask(punct | print) /* $ */,
83 ctype_base::mask(punct | print) /* % */,
84 ctype_base::mask(punct | print) /* & */,
85 ctype_base::mask(punct | print) /* ' */,
86 ctype_base::mask(punct | print) /* ( */,
87 ctype_base::mask(punct | print) /* ) */,
88 ctype_base::mask(punct | prin
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dis_many.pass.cpp47 assert(!(m[0] & F::punct));
61 assert(!(m[1] & F::punct));
75 assert(!(m[2] & F::punct));
89 assert(!(m[3] & F::punct));
103 assert( (m[4] & F::punct));
117 assert(!(m[5] & F::punct));
131 assert(!(m[6] & F::punct));
156 assert(!(m[0] & F::punct));
170 assert(!(m[1] & F::punct));
184 assert(!(m[2] & F::punct));
[all...]
H A Dis_1.pass.cpp53 assert(f.is(F::punct, L'.'));
54 assert(!f.is(F::punct, L'a'));
96 assert(f.is(F::punct, L'.'));
97 assert(!f.is(F::punct, L'a'));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dis_many.pass.cpp45 assert(!(m[0] & F::punct));
59 assert(!(m[1] & F::punct));
73 assert(!(m[2] & F::punct));
87 assert(!(m[3] & F::punct));
101 assert( (m[4] & F::punct));
115 assert(!(m[5] & F::punct));
129 assert(!(m[6] & F::punct));
154 assert(!(m[0] & F::punct));
168 assert(!(m[1] & F::punct));
182 assert(!(m[2] & F::punct));
[all...]
H A Dis_1.pass.cpp51 assert(f.is(F::punct, L'.'));
52 assert(!f.is(F::punct, L'a'));
94 assert(f.is(F::punct, L'.'));
95 assert(!f.is(F::punct, L'a'));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dis_many.pass.cpp47 assert(!(m[0] & F::punct));
61 assert(!(m[1] & F::punct));
75 assert(!(m[2] & F::punct));
89 assert(!(m[3] & F::punct));
103 assert( (m[4] & F::punct));
117 assert(!(m[5] & F::punct));
131 assert(!(m[6] & F::punct));
156 assert(!(m[0] & F::punct));
170 assert(!(m[1] & F::punct));
184 assert(!(m[2] & F::punct));
[all...]
H A Dis_1.pass.cpp53 assert(f.is(F::punct, L'.'));
54 assert(!f.is(F::punct, L'a'));
96 assert(f.is(F::punct, L'.'));
97 assert(!f.is(F::punct, L'a'));

Completed in 625 milliseconds

123456