Searched refs:wctype (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 55 TEST(wctype, iswalnum) { in TEST() argument 59 TEST(wctype, iswalpha) { in TEST() argument 63 TEST(wctype, iswblank) { in TEST() argument 67 TEST(wctype, iswcntrl) { in TEST() argument 71 TEST(wctype, iswdigit) { in TEST() argument 75 TEST(wctype, iswgraph) { in TEST() argument 79 TEST(wctype, iswlower) { in TEST() argument 83 TEST(wctype, iswprint) { in TEST() argument 87 TEST(wctype, iswpunct) { in TEST() argument 91 TEST(wctype, iswspace) { in TEST() argument [all …]
|
/bionic/libc/bionic/ |
D | wctype.cpp | 146 wctype_t wctype(const char* property) { in wctype() function 161 return wctype(property); in wctype_l()
|
/bionic/libc/include/bits/ |
D | wctype.h | 57 wctype_t wctype(const char* __name);
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 75 FUNCTION(wctype, wctype_t (*f)(const char*)); in wctype_h()
|
/bionic/docs/ |
D | status.md | 132 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l` 176 * <wctype.h> `iswblank`. 195 …* <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 | Android.bp | 1160 "bionic/wctype.cpp", 1164 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,
|
D | libc.map.txt | 1207 wctype;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1207 wctype;
|