Searched refs:collate (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/std/ |
H A D | locale.c | 488 {"collate", AST_LC_COLLATE, S,1,CV_collate}, 993 int collate; local 1007 collate = 0; 1024 collate = 1; 1064 if (collate) 1075 if (!(collate = mbxfrm(col, buf, sizeof(col)))) 1082 collate = i; 1088 if (mbxfrm(dip, buf, sizeof(dip)) < collate) 1094 for (i = 0, j = '\t'; i < collate; i++, j = ' ') 1110 collate [all...] |
/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 in struct:__anon265
|
/ast/src/lib/libast/astsa/ |
H A D | ast.h | 69 int (*collate)(const char*, const char*); member in struct:__anon244
|
/ast/src/lib/libast/regex/ |
H A D | reglib.h | 511 Collate_t collate; /* collation class */ member in union:Rex_s::__anon302
|
H A D | regcomp.c | 1179 int collate; local 1194 collate = complicated = elements = 0; 1367 collate++; 1381 collate++; 1476 e->re.collate.invert = neg; 1477 e->re.collate.elements = ce; 1718 if (collate) 1780 e->re.collate.invert = 0; 1781 e->re.collate.elements = ce;
|
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)) 718 return rex->re.collate.invert ? !r : r;
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 511 ast.collate = debug_strcoll; 516 ast.collate = strcmp; 521 ast.collate = strcoll;
|
Completed in 84 milliseconds