Searched refs:wctype (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 59 TEST(wctype, iswalnum) { in TEST() argument 63 TEST(wctype, iswalpha) { in TEST() argument 67 TEST(wctype, iswblank) { in TEST() argument 71 TEST(wctype, iswcntrl) { in TEST() argument 75 TEST(wctype, iswdigit) { in TEST() argument 79 TEST(wctype, iswgraph) { in TEST() argument 83 TEST(wctype, iswlower) { in TEST() argument 87 TEST(wctype, iswprint) { in TEST() argument 91 TEST(wctype, iswpunct) { in TEST() argument 95 TEST(wctype, iswspace) { in TEST() argument [all …]
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 60 #define wctype(s) __regex_wctype(s) macro
|
D | regcomp.c | 1324 if ((wct = wctype(clname)) == 0) {
|
/bionic/libc/include/bits/ |
D | wctype.h | 57 wctype_t wctype(const char* _Nonnull __name);
|
/bionic/libc/bionic/ |
D | wctype.cpp | 146 wctype_t wctype(const char* property) { in wctype() function 161 return wctype(property); in wctype_l()
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 75 FUNCTION(wctype, wctype_t (*f)(const char*)); in wctype_h()
|
/bionic/docs/ |
D | status.md | 189 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l` 233 * <wctype.h> `iswblank`. 252 …* <wctype.h> `iswalnum_l`/`iswalpha_l`/`iswblank_l`/`iswcntrl_l`/`iswctype_l`/`iswdigit_l`/`iswgra…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1175 wctype
|
/bionic/libc/ |
D | libc.map.txt | 1205 wctype;
|
D | Android.bp | 992 "bionic/wctype.cpp", 1007 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1205 wctype;
|