/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | c-ctype.h | 147 #define c_isascii(c) \ argument 156 #define c_isalnum(c) \ argument 163 #define c_isalnum(c) \ argument 175 #define c_isalpha(c) \ argument 181 #define c_isalpha(c) \ argument 189 #define c_isblank(c) \ argument 196 #define c_iscntrl(c) \ argument 204 #define c_isdigit(c) \ argument 212 #define c_islower(c) \ argument 220 #define c_isgraph(c) \ argument [all …]
|
D | c-ctype.c | 30 c_isascii (int c) in c_isascii() 36 c_isalnum (int c) in c_isalnum() 71 c_isalpha (int c) in c_isalpha() 100 c_isblank (int c) in c_isblank() 106 c_iscntrl (int c) in c_iscntrl() 140 c_isdigit (int c) in c_isdigit() 157 c_islower (int c) in c_islower() 177 c_isgraph (int c) in c_isgraph() 211 c_isprint (int c) in c_isprint() 245 c_ispunct (int c) in c_ispunct() [all …]
|
D | mbrtowc.c | 133 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 191 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 198 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 216 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 227 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 234 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 245 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 252 unsigned char c = (unsigned char) p[0]; in mbrtowc() local 278 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
|
D | btowc.c | 26 btowc (int c) in btowc()
|
D | stdio-write.c | 113 putchar (int c) in putchar() 119 fputc (int c, FILE *stream) in fputc()
|
D | memchr.c | 72 unsigned reg_char c; in __memchr() local
|
D | dirname.h | 36 # define _IS_DRIVE_LETTER(c) (((unsigned int) (c) | ('a' - 'A')) - 'a' \ argument
|
D | string.in.h | 111 # define memrchr(a,b,c) \ argument 166 # define strchr(s,c) \ argument 291 # define strrchr(s,c) \ argument
|
D | strverscmp.c | 48 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) argument
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 141 # define ISASCII(c) 1 argument 143 # define ISASCII(c) isascii(c) argument 147 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument 149 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument 153 #define ISPRINT(c) (ISASCII (c) && isprint (c)) argument 154 #define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument 155 #define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument 156 #define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument 157 #define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) argument 158 #define ISLOWER(c) (ISASCII (c) && islower (c)) argument [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.cpp | 159 int c = fgetc(_M_file); in underflow() local 173 int c = fgetc(_M_file); in uflow() local 180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail() 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { in overflow()
|
D | num_get.cpp | 78 bool _STLP_CALL __get_fdigit(wchar_t& c, const wchar_t* digits) { in __get_fdigit() 88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, in __get_fdigit_or_sep()
|
D | locale.cpp | 193 locale::category c) { in _Stl_loc_combine_names_aux() 210 locale::category c) { in _Stl_loc_combine_names() 224 locale::category c) { in _Stl_loc_combine_names() 246 locale::locale(const locale& L, const char* name, locale::category c) in locale() function in locale 295 locale::locale(const locale& L1, const locale& L2, category c) in locale()
|
D | ctype.cpp | 403 wchar_t c; in do_is() local 432 wchar_t c = *low; in do_toupper() local 447 wchar_t c = *low; in do_tolower() local 466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const in do_narrow() 473 wchar_t c = *low++; in do_narrow() local
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | fmt.c | 104 #define isopen(c) (strchr ("([`'\"", (c)) != NULL) argument 105 #define isclose(c) (strchr (")]'\"", (c)) != NULL) argument 106 #define isperiod(c) (strchr (".?!", (c)) != NULL) argument 237 register int c; in get_paragraph() local 277 copy_rest (register int c) in copy_rest() 293 same_para (register int c) in same_para() 307 get_line (register int c) in get_line() 358 get_space (register int c) in get_space()
|
D | mbcs.c | 35 char c = ch; local
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 117 #define SEE(c) (MORE() && PEEK() == (c)) argument 119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument 127 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 128 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 129 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 251 char c; in p_ere() local 294 char c; in p_ere_exp() local 491 int c; in p_simp_re() local 706 char c; in p_b_term() local 773 char c; in p_b_cclass() local [all …]
|
D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) argument
|
D | regex2.h | 113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument 114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument 115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument 157 #define ISWORD(c) (isalnum(c) || (c) == '_') argument
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | sstream_test.cpp | 110 char c; in input() local 161 char c; in io() local 304 char c; in buf() local 322 char c; in rdbuf() local
|
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow()
|
D | transform_test.cpp | 34 static char shift( char c ) { in shift()
|
/ndk/tests/device/test-stlport/unit/ |
D | sstream_test.cpp | 110 char c; in input() local 161 char c; in io() local 304 char c; in buf() local 322 char c; in rdbuf() local
|
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow()
|
D | transform_test.cpp | 34 static char shift( char c ) { in shift()
|