Searched refs:nrules (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h750 uint_fast32_t nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES);
752 if (nrules != 0)
749 uint_fast32_t nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES); local
H A Dregcomp.c2733 uint32_t nrules;
2790 if (nrules == 0)
2800 if (nrules != 0)
2806 if (nrules != 0)
2880 if (nrules > 0 || dfa->mb_cur_max > 1)
2916 if (nrules == 0)
2942 if (nrules != 0)
3008 nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES);
3009 if (nrules)
3380 uint32_t nrules
2724 uint32_t nrules; local
3371 uint32_t nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES); local
[all...]
H A Dregexec.c3805 uint32_t nrules;
3830 nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES);
3831 if (nrules != 0)
3962 uint32_t nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES);
3963 if (nrules == 0)
3801 uint32_t nrules; local
3958 uint32_t nrules = _NL_CURRENT_WORD (LC_COLLATE, _NL_COLLATE_NRULES); local

Completed in 144 milliseconds