Searched defs:collic (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libast/common/regex/ |
| H A D | regnexec.c | 619 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) function 637 if (collic(ce, key, nxt + 1, c, x)) 708 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x))
|
Completed in 243 milliseconds