Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dutransts.c74 static int32_t Xlength(const UReplaceable* rep) { in Xlength() function
95 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace()
107 int32_t newLen = Xlength(rep) + limit - start; in Xcopy()
124 callbacks->length = Xlength; in InitXReplaceableCallbacks()
/external/mksh/src/
Dlex.c904 if (Xlength(ws, wp) == 0) in yylex()
906 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) { in yylex()
1406 XcheckN(s->xs, xp, Xlength(s->xs, xp)); in getsc_line()
1431 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp)); in getsc_line()
1433 if (Xlength(s->xs, xp) == 0) { in getsc_line()
1695 if (Xlength(rp->xs, rp->xp)) in ungetsc()
Deval.c905 p + Xlength(ds, (dp - 1)), in expand()
922 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand()
934 Xlength(ds, dp) == 0) { in expand()
1530 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1574 prefix_len = Xlength(*xs, xp); in globit()
Dhistrap.c350 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc()
361 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
Dmisc.c1494 if (Xlength(xs, xp) == 0) in do_realpath()
1602 *phys_pathp = Xlength(*xsp, xp); in make_path()
Dfuncs.c442 int len = Xlength(xs, xp); in c_print()
2023 bytesread = Xlength(xs, xp); in c_read()
Dsh.h1449 #define Xlength(xs, xp) ((xp) - (xs).beg) macro