Home
last modified time | relevance | path

Searched refs:__btowc (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c373 if (__iswctype (__btowc ((unsigned char) *n), wt))
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h119 # define __btowc btowc macro
Dregcomp.c923 wint_t wch = __btowc (ch); in init_dfa()
2650 ? __btowc (start_ch) : start_elem->opr.wch); in build_range_exp()
2652 ? __btowc (end_ch) : end_elem->opr.wch); in build_range_exp()
2822 wint_t wc = __btowc (br_elem->opr.ch); in parse_bracket_exp()
2946 ch_collseq = __collseq_table_lookup (collseqwc, __btowc (ch)); in parse_bracket_exp()