/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/ |
ctype_base.h | 57 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/ |
ctype_base.h | 57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct 59 static const mask punct = 1 << 9; member in struct:ctype_base
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/ |
classic_table.pass.cpp | 28 | 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; // '{' .. '~' }
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/ |
ctype_base.pass.cpp | 30 // 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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/ |
ctype_base.pass.cpp | 30 // 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/ |
ctype_base.h | 58 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/ |
ctype_base.h | 58 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/ |
ctype_base.h | 58 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/ |
ctype_base.h | 58 static const mask punct = _ISpunct; member in struct:ctype_base
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
is_1.pass.cpp | 47 assert(f.is(F::punct, '.')); 48 assert(!f.is(F::punct, 'a'));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
is_1.pass.cpp | 47 assert(f.is(F::punct, '.')); 48 assert(!f.is(F::punct, 'a'));
|
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 79 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 | print) /* * */ [all...] |
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
is_many.pass.cpp | 47 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...] |
is_1.pass.cpp | 53 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'));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
is_many.pass.cpp | 45 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...] |
is_1.pass.cpp | 51 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/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
ctype_base.h | 71 static const mask punct = _P; member in struct:ctype_base
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
is_1.pass.cpp | 47 assert(f.is(F::punct, L'.')); 48 assert(!f.is(F::punct, L'a'));
|