Home
last modified time | relevance | path

Searched refs:Xlength (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutransts.c77 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/
Dlex.c916 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()
Deval.c951 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()
Dhistrap.c351 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc()
362 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
Dmisc.c1539 if (Xlength(xs, xp) == 0) in do_realpath()
1647 *phys_pathp = Xlength(*xsp, xp); in make_path()
Dfuncs.c448 int len = Xlength(xs, xp); in c_print()
2051 bytesread = Xlength(xs, xp); in c_read()
Dsh.h1452 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
/external/pcre/dist/
Dpcre_exec.c432 int Xlength; member
592 #define length frame->Xlength in match()