/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 216 #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 D | ast_std.h | 218 #define strcoll _ast_info.collate 240 int (*collate)(const char*, const char*); member
|
/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | localeimpl.c | 115 .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 D | wcsxfrm.c | 35 #include "collate.h" 44 const struct lc_collate *lcc = loc->collate; in wcsxfrm_l()
|
H A D | strxfrm.c | 37 #include "collate.h" 60 if (loc->collate->lc_is_posix) in strxfrm_l()
|
H A D | localeimpl.h | 67 const struct lc_collate *collate; member
|
H A D | strcoll.c | 39 #include "collate.h" 56 const struct lc_collate *lcc = loc->collate; in strcoll_l()
|
H A D | wcscoll.c | 35 #include "collate.h" 44 const struct lc_collate *lcc = loc->collate; in wcscoll_l()
|
H A D | collate.c | 46 #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 D | fnmatch.c | 63 #include "collate.h" 282 if (loc->collate->lc_is_posix ? in rangematch()
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 227 #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 D | ast_std.h | 227 #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 D | ast_std.h | 227 #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 D | ast_std.h | 227 #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 D | ast.h | 69 int (*collate)(const char*, const char*); member
|
/titanic_51/usr/src/cmd/localedef/ |
H A D | parser.y | 215 | collate 358 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL
|
H A D | Makefile | 26 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 D | setlocale.c | 502 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 D | parse.y | 442 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 D | setlocale.c | 514 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 D | regcomp.c | 1179 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 D | reglib.h | 511 Collate_t collate; /* collation class */ member
|
H A D | regnexec.c | 707 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 D | regcomp.c | 1170 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 D | reglib.h | 511 Collate_t collate; /* collation class */ member
|