Searched refs:Xlength (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 77 static int32_t Xlength(const UReplaceable* rep) { in Xlength() function 98 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace() 110 int32_t newLen = Xlength(rep) + limit - start; in Xcopy() 127 callbacks->length = Xlength; in InitXReplaceableCallbacks()
|
/external/mksh/src/ |
D | lex.c | 916 if (Xlength(ws, wp) == 0) in yylex() 918 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) { in yylex() 1431 XcheckN(s->xs, xp, Xlength(s->xs, xp)); in getsc_line() 1457 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp)); in getsc_line() 1459 if (Xlength(s->xs, xp) == 0) { in getsc_line() 1709 if (Xlength(rp->xs, rp->xp)) in ungetsc()
|
D | eval.c | 951 cp + Xlength(ds, (dp - 1)), in expand() 970 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand() 980 Xlength(ds, dp) == 0) { in expand() 1580 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit() 1624 prefix_len = Xlength(*xs, xp); in globit()
|
D | histrap.c | 351 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc() 362 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
|
D | misc.c | 1539 if (Xlength(xs, xp) == 0) in do_realpath() 1647 *phys_pathp = Xlength(*xsp, xp); in make_path()
|
D | funcs.c | 448 int len = Xlength(xs, xp); in c_print() 2051 bytesread = Xlength(xs, xp); in c_read()
|
D | sh.h | 1452 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
|
/external/pcre/dist/ |
D | pcre_exec.c | 432 int Xlength; member 592 #define length frame->Xlength in match()
|