Home
last modified time | relevance | path

Searched refs:uch (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h106 uch *ptr; /* -> uch [csetsize] */
107 uch mask; /* bit within array */
108 uch hash; /* hash code */
113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
Dregcomp.c368 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
380 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp()
409 if (isdigit((uch)PEEK())) { in p_ere_exp()
430 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
580 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
609 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
859 ch = (uch)ch; in othercase()
862 return ((uch)tolower(ch)); in othercase()
864 return ((uch)toupper(ch)); in othercase()
881 ch = (uch)ch; in bothcases()
[all …]
Dutils.h42 typedef unsigned char uch; typedef