Home
last modified time | relevance | path

Searched refs:wch (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-trans.c33 wint_t wch; in main() local
46 wch = towctrans (L'A', t); in main()
47 printf ("towctrans (L'A', t) = %c\n", wch); in main()
48 if (wch != L'B') in main()
51 wch = towctrans (L'B', t); in main()
52 printf ("towctrans (L'B', t) = %c\n", wch); in main()
53 if (wch != L'C') in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_swscanf.c38 if (TST_INPUT (swscanf).wch) in tst_swscanf()
60 if (TST_INPUT (swscanf).wch) in tst_swscanf()
84 if (errno == 0 && TST_INPUT (swscanf).wch) in tst_swscanf()
91 if (val_S[i] != exp_S[i] && TST_INPUT (swscanf).wch == 'C') in tst_swscanf()
116 if (errno == 0 && !TST_INPUT (swscanf).wch) in tst_swscanf()
A Dtst_types.h305 int wch; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c869 wint_t wch = __btowc (ch); in init_dfa() local
870 if (wch != WEOF) in init_dfa()
873 if (isascii (ch) && wch != ch) in init_dfa()
2580 ? __btowc (start_ch) : start_elem->opr.wch); in build_range_exp()
2582 ? __btowc (end_ch) : end_elem->opr.wch); in build_range_exp()
2753 return __collseq_table_lookup (collseqwc, br_elem->opr.wch); in parse_bracket_exp()
3115 mbcset->mbchars[mbcset->nmbchars++] = start_elem.opr.wch; in parse_bracket_exp()
3246 elem->opr.wch = re_string_wchar_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
A Dregex_internal.h624 wchar_t wch; member

Completed in 18 milliseconds