Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 11 of 11) sorted by relevance

/bionic/benchmarks/
Dctype_benchmark.cpp45 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/
Dcharclass.h19 { "graph", isgraph },
/bionic/tests/
Dctype_test.cpp145 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/
Dctype.cpp55 return isgraph(c); in isgraph_l()
Dwctype.cpp59 int iswgraph(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_GRAPH, isgraph); } in iswgraph()
/bionic/tests/headers/posix/
Dctype_h.c45 FUNCTION(isgraph, int (*f)(int)); in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h96 __BIONIC_CTYPE_INLINE int isgraph(int __ch) { in isgraph() function
/bionic/libc/tools/
Dposix-2013.txt431 isgraph
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_149.S632 CALL(isgraph)
/bionic/tools/versioner/platforms/
Dlibc.map.txt540 isgraph;
/bionic/libc/
Dlibc.map.txt540 isgraph;