Home
last modified time | relevance | path

Searched refs:collate (Results 1 – 25 of 35) sorted by relevance

12

/titanic_51/usr/src/lib/libast/common/include/
H A Dast_std.h216 #define strcoll _ast_info.collate
238 int (*collate)(const char*, const char*); member
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h218 #define strcoll _ast_info.collate
240 int (*collate)(const char*, const char*); member
/titanic_51/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c115 .collate = &lc_collate_posix,
393 loc->collate = loc->locdata[LC_COLLATE]->l_data[0]; in duplocale()
455 loc->collate = loc->locdata[LC_COLLATE]->l_data[0]; in newlocale()
H A Dwcsxfrm.c35 #include "collate.h"
44 const struct lc_collate *lcc = loc->collate; in wcsxfrm_l()
H A Dstrxfrm.c37 #include "collate.h"
60 if (loc->collate->lc_is_posix) in strxfrm_l()
H A Dlocaleimpl.h67 const struct lc_collate *collate; member
H A Dstrcoll.c39 #include "collate.h"
56 const struct lc_collate *lcc = loc->collate; in strcoll_l()
H A Dwcscoll.c35 #include "collate.h"
44 const struct lc_collate *lcc = loc->collate; in wcscoll_l()
H A Dcollate.c46 #include "collate.h"
55 * See the comments in usr/src/cmd/localedef/collate.c for further
315 * Check for composites such as dipthongs that collate as a in _collate_lookup()
516 uint32_t val = (uint32_t)loc->collate->lc_pri_count[pass]; in xfrm()
543 const struct lc_collate *lcc = loc->collate; in _collate_sxfrm()
H A Dfnmatch.c63 #include "collate.h"
282 if (loc->collate->lc_is_posix ? in rangematch()
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h227 #define strcoll _ast_info.collate
249 int (*collate) __PROTO__((const char*, const char*)); member
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h227 #define strcoll _ast_info.collate
249 int (*collate) __PROTO__((const char*, const char*)); member
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h227 #define strcoll _ast_info.collate
249 int (*collate) __PROTO__((const char*, const char*)); member
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h227 #define strcoll _ast_info.collate
249 int (*collate) __PROTO__((const char*, const char*)); member
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h69 int (*collate)(const char*, const char*); member
/titanic_51/usr/src/cmd/localedef/
H A Dparser.y215 | collate
358 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL
H A DMakefile26 OBJS = charmap.o collate.o ctype.o messages.o monetary.o numeric.o time.o \
/titanic_51/usr/src/lib/libast/common/comp/
H A Dsetlocale.c502 ast.collate = debug_strcoll; in set_collate()
507 ast.collate = strcmp; in set_collate()
512 ast.collate = strcoll; in set_collate()
/titanic_51/usr/src/lib/libsqlite/src/
H A Dparse.y442 sortlist(A) ::= sortlist(X) COMMA sortitem(Y) collate(C) sortorder(Z). {
446 sortlist(A) ::= sortitem(Y) collate(C) sortorder(Z). {
453 %type collate {int}
458 collate(C) ::= . {C = SQLITE_SO_UNK;}
459 collate(C) ::= COLLATE id(X). {C = sqliteCollateType(X.z, X.n);}
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c514 ast.collate = debug_strcoll; in set_collate()
519 ast.collate = strcmp; in set_collate()
524 ast.collate = strcoll; in set_collate()
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c1179 int collate; in bra() local
1194 collate = complicated = elements = 0; in bra()
1367 collate++; in bra()
1381 collate++; in bra()
1476 e->re.collate.invert = neg; in bra()
1477 e->re.collate.elements = ce; in bra()
1718 if (collate) in bra()
1780 e->re.collate.invert = 0; in ccl()
1781 e->re.collate.elements = ce; in ccl()
H A Dreglib.h511 Collate_t collate; /* collation class */ member
H A Dregnexec.c707 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x)) in collmatch()
718 return rex->re.collate.invert ? !r : r; in collmatch()
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregcomp.c1170 int collate; in bra() local
1185 collate = complicated = elements = 0; in bra()
1358 collate++; in bra()
1372 collate++; in bra()
1468 e->re.collate.invert = neg; in bra()
1469 e->re.collate.elements = ce; in bra()
1695 if (collate) in bra()
1757 e->re.collate.invert = 0; in ccl()
1758 e->re.collate.elements = ce; in ccl()
H A Dreglib.h511 Collate_t collate; /* collation class */ member

12