Searched refs:iswctype (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 200 TEST(wctype, iswctype) { in TEST() argument 201 EXPECT_TRUE(iswctype(L'a', wctype("alnum"))); in TEST() 202 EXPECT_TRUE(iswctype(L'1', wctype("alnum"))); in TEST() 203 EXPECT_FALSE(iswctype(L' ', wctype("alnum"))); in TEST() 205 EXPECT_EQ(0, iswctype(WEOF, wctype("alnum"))); in TEST()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 61 #define iswctype(c, t) __regex_iswctype((c), (t)) macro
|
D | regex2.h | 154 if (iswctype(ch, cs->types[i])) in CHIN1()
|
D | regcomp.c | 1830 if (iswctype(i, wct))
|
/bionic/libc/include/bits/ |
D | wctype.h | 58 int iswctype(wint_t __wc, wctype_t __type);
|
/bionic/libc/bionic/ |
D | wctype.cpp | 97 int iswctype(wint_t wc, wctype_t char_class) { in iswctype() function 116 return iswctype(wc, char_class); in iswctype_l()
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 49 FUNCTION(iswctype, int (*f)(wint_t, wctype_t)); in wctype_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 460 iswctype
|
/bionic/libc/ |
D | libc.map.txt | 569 iswctype;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 569 iswctype;
|