Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/
Dctype_benchmark.cpp32 volatile int underscore = '_'; variable
38 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isalnum_n, isalnum(underscore));
42 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isalpha_n, isalpha(underscore));
49 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isblank_n, isblank(underscore));
53 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_n, iscntrl(underscore));
56 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isdigit_n, iscntrl(underscore));
61 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isgraph_y4, isgraph(underscore));
70 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isprint_y4, isprint(underscore));
74 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_ispunct_y, ispunct(underscore));
87 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isxdigit_n, isxdigit(underscore));
/bionic/libc/tzcode/
Dstrftime.c180 static char *getformat(int modifier, char *normal, char *underscore, in getformat() argument
184 return underscore; in getformat()