Home
last modified time | relevance | path

Searched refs:lc_collate (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libc/port/locale/
H A Dcollate.h98 struct lc_collate { struct
117 void _collate_lookup(const struct lc_collate *, const wchar_t *, argument
119 size_t _collate_wxfrm(const struct lc_collate *, const wchar_t *,
H A Dcollate.c59 struct lc_collate lc_collate_posix = {
80 struct lc_collate *lcc; in __lc_collate_load()
188 substsearch(const struct lc_collate *lcc, const wchar_t key, int pass) in substsearch()
213 chainsearch(const struct lc_collate *lcc, const wchar_t *key, int *len) in chainsearch()
249 largesearch(const struct lc_collate *lcc, const wchar_t key) in largesearch()
275 _collate_lookup(const struct lc_collate *lcc, const wchar_t *t, in _collate_lookup()
375 _collate_wxfrm(const struct lc_collate *lcc, const wchar_t *src, wchar_t *xf, in _collate_wxfrm()
538 const struct lc_collate *lcc = loc->collate; in _collate_sxfrm()
H A Dwcsxfrm.c44 const struct lc_collate *lcc = loc->collate; in wcsxfrm_l()
H A Dlocaleimpl.h68 const struct lc_collate *collate;
H A Dstrcoll.c56 const struct lc_collate *lcc = loc->collate; in strcoll_l()
H A Dwcscoll.c44 const struct lc_collate *lcc = loc->collate; in wcscoll_l()
H A Dlocaleimpl.c99 extern struct lc_collate lc_collate_posix;