Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 3346) sorted by relevance

12345678910>>...134

/external/webkit/Source/JavaScriptCore/wtf/
DASCIICType.h46 inline bool isASCII(char c) { return !(c & ~0x7F); } in isASCII()
47 inline bool isASCII(unsigned short c) { return !(c & ~0x7F); } in isASCII()
49 inline bool isASCII(wchar_t c) { return !(c & ~0x7F); } in isASCII()
51 inline bool isASCII(int c) { return !(c & ~0x7F); } in isASCII()
52 inline bool isASCII(unsigned c) { return !(c & ~0x7F); } in isASCII()
54 inline bool isASCIIAlpha(char c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
55 inline bool isASCIIAlpha(unsigned short c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
57 inline bool isASCIIAlpha(wchar_t c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
59 inline bool isASCIIAlpha(int c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
60 inline bool isASCIIAlpha(unsigned c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
[all …]
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp49 for (unsigned c = 0; c < op0->type->components(); c++) in dot() local
110 for (unsigned c = 0; c < components; c++) in constant_expression_value() local
114 for (unsigned c = 0; c < components; c++) in constant_expression_value() local
124 for (unsigned c = 0; c < op[0]->type->components(); c++) in constant_expression_value() local
130 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
136 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
142 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
148 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
154 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
160 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
[all …]
/external/webkit/Source/WebCore/platform/chromium/
DCursorChromium.cpp58 Cursor::Cursor(PlatformCursor c) in Cursor()
65 static const Cursor c(PlatformCursor::TypePointer); in pointerCursor() local
71 static const Cursor c(PlatformCursor::TypeCross); in crossCursor() local
77 static const Cursor c(PlatformCursor::TypeHand); in handCursor() local
83 static const Cursor c(PlatformCursor::TypeIBeam); in iBeamCursor() local
89 static const Cursor c(PlatformCursor::TypeWait); in waitCursor() local
95 static const Cursor c(PlatformCursor::TypeHelp); in helpCursor() local
101 static const Cursor c(PlatformCursor::TypeEastResize); in eastResizeCursor() local
107 static const Cursor c(PlatformCursor::TypeNorthResize); in northResizeCursor() local
113 static const Cursor c(PlatformCursor::TypeNorthEastResize); in northEastResizeCursor() local
[all …]
/external/openssh/
Dnchan.c91 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
100 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
114 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1()
138 chan_read_failed(Channel *c) in chan_read_failed()
153 chan_ibuf_empty(Channel *c) in chan_ibuf_empty()
179 chan_rcvd_ieof1(Channel *c) in chan_rcvd_ieof1()
196 chan_write_failed1(Channel *c) in chan_write_failed1()
217 chan_obuf_empty(Channel *c) in chan_obuf_empty()
239 chan_send_ieof1(Channel *c) in chan_send_ieof1()
256 chan_send_oclose1(Channel *c) in chan_send_oclose1()
[all …]
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/external/arduino/hardware/arduino/cores/arduino/
DWCharacter.h46 inline boolean isAlphaNumeric(int c) in isAlphaNumeric()
54 inline boolean isAlpha(int c) in isAlpha()
62 inline boolean isAscii(int c) in isAscii()
69 inline boolean isWhitespace(int c) in isWhitespace()
76 inline boolean isControl(int c) in isControl()
83 inline boolean isDigit(int c) in isDigit()
90 inline boolean isGraph(int c) in isGraph()
97 inline boolean isLowerCase(int c) in isLowerCase()
104 inline boolean isPrintable(int c) in isPrintable()
112 inline boolean isPunct(int c) in isPunct()
[all …]
/external/kernel-headers/original/linux/
Dctype.h22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
[all …]
/external/libxml2/include/libxml/
DparserInternals.h72 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument
84 #define IS_CHAR(c) xmlIsCharQ(c) argument
92 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument
102 #define IS_BLANK(c) xmlIsBlankQ(c) argument
110 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument
120 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument
130 #define IS_DIGIT(c) xmlIsDigitQ(c) argument
138 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument
148 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument
156 #define IS_COMBINING_CH(c) 0 argument
[all …]
Dchvalid.h64 #define xmlIsBaseChar_ch(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ argument
76 #define xmlIsBaseCharQ(c) (((c) < 0x100) ? \ argument
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ argument
98 #define xmlIsBlankQ(c) (((c) < 0x100) ? \ argument
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \ argument
118 #define xmlIsCharQ(c) (((c) < 0x100) ? \ argument
132 #define xmlIsCombiningQ(c) (((c) < 0x100) ? \ argument
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) argument
152 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ argument
164 #define xmlIsExtender_ch(c) (((c) == 0xb7)) argument
[all …]
/external/webkit/Source/WebCore/platform/wx/
DCursorWx.cpp58 Cursor::Cursor(wxCursor* c) in Cursor()
65 static Cursor c = new wxCursor(wxCURSOR_ARROW); in pointerCursor() local
71 static Cursor c = new wxCursor(wxCURSOR_CROSS); in crossCursor() local
77 static Cursor c = new wxCursor(wxCURSOR_HAND); in handCursor() local
83 static Cursor c = new wxCursor(wxCURSOR_IBEAM); in iBeamCursor() local
89 static Cursor c = new wxCursor(wxCURSOR_WAIT); in waitCursor() local
95 static Cursor c = new wxCursor(wxCURSOR_QUESTION_ARROW); in helpCursor() local
101 static Cursor c = new wxCursor(wxCURSOR_SIZEWE); in eastResizeCursor() local
107 static Cursor c = new wxCursor(wxCURSOR_SIZENS); in northResizeCursor() local
113 static Cursor c = new wxCursor(wxCURSOR_SIZENESW); in northEastResizeCursor() local
[all …]
/external/icu4c/common/unicode/
Dutf.h142 #define U_IS_UNICODE_NONCHAR(c) \ argument
164 #define U_IS_UNICODE_CHAR(c) \ argument
176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
184 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
192 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
200 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
208 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
217 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
226 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
/external/openssl/crypto/conf/
Dconf_def.h80 #define KEYTYPES(c) ((unsigned short *)((c)->meth_data)) argument
82 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument
83 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument
84 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument
85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument
86 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument
87 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument
88 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument
89 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument
91 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument
[all …]
/external/clang/test/CodeGen/
Dfma-builtins.c8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps()
13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd()
18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss()
23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd()
28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps()
33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd()
38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss()
43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd()
48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps()
53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd()
[all …]
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
13 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
18 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
23 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
28 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
33 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
38 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
43 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
48 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
53 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.cpp32 UChar toLower(UChar c) in toLower()
37 UChar toUpper(UChar c) in toUpper()
42 UChar foldCase(UChar c) in foldCase()
47 bool isPrintableChar(UChar c) in isPrintableChar()
52 bool isUpper(UChar c) in isUpper()
57 bool isLower(UChar c) in isLower()
62 bool isDigit(UChar c) in isDigit()
67 bool isPunct(UChar c) in isPunct()
72 bool isAlphanumeric(UChar c) in isAlphanumeric()
135 UChar toTitleCase(UChar c) in toTitleCase()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.cpp30 UChar toLower(UChar c) in toLower()
35 UChar toUpper(UChar c) in toUpper()
40 UChar foldCase(UChar c) in foldCase()
45 bool isPrintableChar(UChar c) in isPrintableChar()
50 bool isSpace(UChar c) in isSpace()
55 bool isLetter(UChar c) in isLetter()
60 bool isUpper(UChar c) in isUpper()
65 bool isLower(UChar c) in isLower()
70 bool isDigit(UChar c) in isDigit()
75 bool isPunct(UChar c) in isPunct()
[all …]
/external/chromium/base/third_party/icu/
Dicu_utf.h56 #define CBU_IS_UNICODE_NONCHAR(c) \ argument
78 #define CBU_IS_UNICODE_CHAR(c) \ argument
90 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
99 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
125 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument
133 #define CBU8_IS_LEAD(c) ((uint8)((c)-0xc0)<0x3e) argument
141 #define CBU8_IS_TRAIL(c) (((c)&0xc0)==0x80) argument
150 #define CBU8_LENGTH(c) \ argument
192 #define CBU8_NEXT(s, i, length, c) { \ argument
216 #define CBU8_APPEND_UNSAFE(s, i, c) { \ argument
[all …]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf.h132 #define U_IS_UNICODE_NONCHAR(c) \ argument
154 #define U_IS_UNICODE_CHAR(c) \ argument
168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
176 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
202 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
211 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
/external/webkit/Source/WebCore/icu/unicode/
Dutf.h132 #define U_IS_UNICODE_NONCHAR(c) \ argument
154 #define U_IS_UNICODE_CHAR(c) \ argument
168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
176 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
202 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
211 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf.h132 #define U_IS_UNICODE_NONCHAR(c) \ argument
154 #define U_IS_UNICODE_CHAR(c) \ argument
168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
176 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
202 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
211 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf.h132 #define U_IS_UNICODE_NONCHAR(c) \ argument
154 #define U_IS_UNICODE_CHAR(c) \ argument
168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
176 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
202 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
211 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
/external/icu4c/common/
Duchar.c42 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); argument
56 u_charType(UChar32 c) { in u_charType()
96 u_islower(UChar32 c) { in u_islower()
104 u_isupper(UChar32 c) { in u_isupper()
112 u_istitle(UChar32 c) { in u_istitle()
120 u_isdigit(UChar32 c) { in u_isdigit()
127 u_isxdigit(UChar32 c) { in u_isxdigit()
144 u_isalpha(UChar32 c) { in u_isalpha()
151 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic()
157 u_isalnum(UChar32 c) { in u_isalnum()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLChar.java349 public static boolean isSupplemental(int c) { in isSupplemental()
369 public static char highSurrogate(int c) { in highSurrogate()
378 public static char lowSurrogate(int c) { in lowSurrogate()
387 public static boolean isHighSurrogate(int c) { in isHighSurrogate()
396 public static boolean isLowSurrogate(int c) { in isLowSurrogate()
411 public static boolean isValid(int c) { in isValid()
421 public static boolean isInvalid(int c) { in isInvalid()
430 public static boolean isContent(int c) { in isContent()
441 public static boolean isMarkup(int c) { in isMarkup()
451 public static boolean isSpace(int c) { in isSpace()
[all …]
/external/v8/src/
Dchar-predicates-inl.h40 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower()
45 inline bool IsCarriageReturn(uc32 c) { in IsCarriageReturn()
50 inline bool IsLineFeed(uc32 c) { in IsLineFeed()
62 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
68 inline bool IsHexDigit(uc32 c) { in IsHexDigit()
74 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord()
81 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline()
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUnicodeMacrosFromICU.h11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff) argument
12 #define U16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
13 #define U16_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
20 #define U16_LENGTH(c) ((uint32_t)(c) <= 0xffff ? 1 : 2) argument
22 #define U_IS_SUPPLEMENTARY(c) ((UChar32)((c)-0x10000)<=0xfffff) argument
23 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
24 #define U16_IS_SINGLE(c) !U_IS_SURROGATE(c) argument
25 #define U16_IS_SURROGATE(c) U_IS_SURROGATE(c) argument
26 #define U16_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
28 #define U16_GET(s, start, i, length, c) { \ argument
[all …]

12345678910>>...134