Searched refs:isgraph (Results 1 – 11 of 11) sorted by relevance
/bionic/benchmarks/ |
D | ctype_benchmark.cpp | 45 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_y1, isgraph('A')); 46 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_y2, isgraph('a')); 47 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_y3, isgraph('0')); 48 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_y4, isgraph('_')); 49 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_n, isgraph(' '));
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | charclass.h | 19 { "graph", isgraph },
|
/bionic/tests/ |
D | ctype_test.cpp | 145 TEST(ctype, isgraph) { in TEST() argument 148 EXPECT_TRUE(isgraph(i)) << i; in TEST() 150 EXPECT_FALSE(isgraph(i)) << i; in TEST()
|
/bionic/libc/bionic/ |
D | ctype.cpp | 55 return isgraph(c); in isgraph_l()
|
D | wctype.cpp | 59 int iswgraph(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_GRAPH, isgraph); } in iswgraph()
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 45 FUNCTION(isgraph, int (*f)(int)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 96 __BIONIC_CTYPE_INLINE int isgraph(int __ch) { in isgraph() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 431 isgraph
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_149.S | 632 CALL(isgraph)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 540 isgraph;
|
/bionic/libc/ |
D | libc.map.txt | 540 isgraph;
|