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

/external/icu4c/test/cintltst/
H A Dutransts.c74 static int32_t Xlength(const UReplaceable* rep) { function
95 int32_t newLen = Xlength(rep) + limit - start + textLength;
107 int32_t newLen = Xlength(rep) + limit - start;
124 callbacks->length = Xlength;
/external/mksh/src/
H A Dlex.c921 if (Xlength(ws, wp) == 0)
923 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) {
1419 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1447 linelen = Xlength(s->xs, xp);
1463 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1465 if (Xlength(s->xs, xp) == 0) {
1726 if (Xlength(rp->xs, rp->xp))
H A Deval.c855 p + Xlength(ds, (dp - 1)),
876 Xlength(ds, dp) == 0) {
1439 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1483 prefix_len = Xlength(*xs, xp);
H A Dhistrap.c302 XcheckN(xs, xp, Xlength(xs, xp));
313 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
H A Dmisc.c1393 if (Xlength(xs, xp) == 0)
1501 *phys_pathp = Xlength(*xsp, xp);
H A Dfuncs.c423 int len = Xlength(xs, xp);
1997 bytesread = Xlength(xs, xp);
H A Dsh.h1316 #define Xlength(xs, xp) ((xp) - (xs).beg) macro

Completed in 125 milliseconds