HomeSort by relevance Sort by last modified time
    Searched refs:ctype (Results 1 - 25 of 1345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
stdpccts.h 19 #include <ctype.h>
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 13 // class ctype<char>
29 assert(std::has_facet<std::ctype<char> >(l));
30 const std::ctype<char>& f = std::use_facet<std::ctype<char> >(l);
33 (void)std::ctype<char>::id;
35 static_assert((std::is_same<std::ctype<char>::char_type, char>::value), "");
36 static_assert((std::is_base_of<std::ctype_base, std::ctype<char> >::value), "");
37 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
  /external/python/cpython3/Objects/
unicodectype.c 66 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
68 if (ctype->flags & EXTENDED_CASE_MASK)
69 return _PyUnicode_ExtendedCase[ctype->title & 0xFFFF];
70 return ch + ctype->title;
78 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
80 return (ctype->flags & TITLE_MASK) != 0;
88 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
90 return (ctype->flags & XID_START_MASK) != 0;
98 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
100 return (ctype->flags & XID_CONTINUE_MASK) != 0
108 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
125 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
162 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
172 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
182 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
192 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
204 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
213 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
229 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
245 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
261 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
276 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
283 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
293 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodectype.c 59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
60 int delta = ctype->title;
62 if (ctype->flags & NODELTA_MASK)
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
78 return (ctype->flags & TITLE_MASK) != 0;
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
88 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1;
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
105 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1;
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodectype.c 59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
60 int delta = ctype->title;
62 if (ctype->flags & NODELTA_MASK)
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
78 return (ctype->flags & TITLE_MASK) != 0;
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
88 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1;
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
105 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1;
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
    [all...]
  /external/python/cpython2/Objects/
unicodectype.c 59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
60 int delta = ctype->title;
62 if (ctype->flags & NODELTA_MASK)
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
78 return (ctype->flags & TITLE_MASK) != 0;
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
88 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1;
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
105 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 12 // template <> class ctype<char>
14 // ~ctype();
24 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
29 std::ctype<char>::mask table[256];
30 std::locale l(std::locale::classic(), new std::ctype<char>(table));
36 new std::ctype<char>(new std::ctype<char>::mask[256], true));
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 13 // class ctype
29 assert(std::has_facet<std::ctype<wchar_t> >(l));
30 const std::ctype<wchar_t>& f = std::use_facet<std::ctype<wchar_t> >(l);
33 (void)std::ctype<wchar_t>::id;
35 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), "");
36 static_assert((std::is_base_of<std::ctype_base, std::ctype<wchar_t> >::value), "");
37 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
stdpccts.h 21 #include <ctype.h>
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
23 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
28 std::ctype<char>::mask table[256];
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
  /external/skia/src/gpu/gradients/
GrSingleIntervalGradientColorizer.fp 12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start;
13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
  /external/skqp/src/gpu/gradients/
GrSingleIntervalGradientColorizer.fp 12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start;
13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
  /bionic/tests/
ctype_test.cpp 19 #include <ctype.h>
21 TEST(ctype, isalnum) {
29 TEST(ctype, isalnum_l) {
37 TEST(ctype, isalpha) {
45 TEST(ctype, isalpha_l) {
53 TEST(ctype, isascii) {
58 TEST(ctype, isblank) {
64 TEST(ctype, isblank_l) {
70 TEST(ctype, iscntrl) {
75 TEST(ctype, iscntrl_l)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
base.py 25 ctype = '%s/%s' % (_maintype, _subtype)
26 self.add_header('Content-Type', ctype, **_params)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
ascii.c 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype)
36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
  /external/python/cpython2/Lib/email/mime/
base.py 25 ctype = '%s/%s' % (_maintype, _subtype)
26 self.add_header('Content-Type', ctype, **_params)
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstol.c 4 #include <ctype.h>
wcstoll.c 4 #include <ctype.h>
wcstoul.c 4 #include <ctype.h>
wcstoull.c 4 #include <ctype.h>
wcstoumax.c 4 #include <ctype.h>
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock_dgen.c 11 int i, j, k, nlines, nchars, ctype; local
17 ("usage: <nfs_flock_dgen> <file> <char/line> <lines> <ctype>\n");
30 ctype = atoi(argv[4]);
35 if (ctype)
46 if (!ctype) {
  /external/python/cpython3/Lib/email/mime/
base.py 29 ctype = '%s/%s' % (_maintype, _subtype)
30 self.add_header('Content-Type', ctype, **_params)
  /external/v8/src/wasm/
wasm-value.h 23 #define DEFINE_SIMD_TYPE(cType, sType, name, kSize) \
25 cType val[kSize]; \
37 #define DEFINE_SIMD_TYPE_SPECIFIC_METHODS(cType, sType, name, size) \
72 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \
73 explicit WasmValue(ctype v) : type_(localtype), bit_pattern_{} { \
74 static_assert(sizeof(ctype) <= sizeof(bit_pattern_), \
76 WriteUnalignedValue<ctype>(reinterpret_cast<Address>(bit_pattern_), v); \
78 ctype to_##name() const { \
82 ctype to_##name##_unchecked() const { \
83 return ReadUnalignedValue<ctype>(reinterpret_cast<Address>(bit_pattern_));
    [all...]
  /external/skia/src/sksl/
SkSLCPPUniformCTypes.h 36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
38 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat, false, "", "", "") { }
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
45 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat,
61 Layout::CType ctype() const { function in class:SkSL::UniformCTypeMapper
65 // The sksl type names that the mapper's ctype can be mapped to
101 // uniformHandleName, and valueVarName is the variable name pointing to the ctype instanc
    [all...]

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>