Searched refs:__collseq_table_lookup (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c489 void __collseq_table_lookup() {} function
H A Dlibroot_stubs.c673 void __collseq_table_lookup() {} function
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c60 __collseq_table_lookup (const char *table, uint32_t wc) function
H A Dcoll-lookup.h27 extern uint32_t __collseq_table_lookup (const char *table, uint32_t wc)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c2795 return __collseq_table_lookup (collseqwc, wc);
2801 return __collseq_table_lookup (collseqwc, br_elem->opr.wch);
2919 ch_collseq = __collseq_table_lookup (collseqwc, __btowc (ch));
H A Dregexec.c3868 in_collseq = __collseq_table_lookup (collseqwc, wc);

Completed in 147 milliseconds