Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dutransts.c82 static int32_t Xlength(const UReplaceable* rep) { in Xlength() function
103 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace()
115 int32_t newLen = Xlength(rep) + limit - start; in Xcopy()
132 callbacks->length = Xlength; in InitXReplaceableCallbacks()
/external/mksh/src/
Dlex.c914 ctype(c, C_ANGLE)) && ((c2 = Xlength(ws, wp)) == 0 || in yylex()
1415 XcheckN(s->xs, xp, Xlength(s->xs, xp)); in getsc_line()
1441 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp)); in getsc_line()
1443 if (Xlength(s->xs, xp) == 0) { in getsc_line()
1724 if (Xlength(rp->xs, rp->xp)) in ungetsc()
Deval.c965 cp + Xlength(ds, (dp - 1)), in expand()
984 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand()
994 Xlength(ds, dp) == 0) { in expand()
1653 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1697 prefix_len = Xlength(*xs, xp); in globit()
Dhistrap.c337 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc()
348 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
Dmisc.c1832 if (Xlength(xs, xp) == 0) in do_realpath()
1938 *phys_pathp = Xlength(*xsp, xp); in make_path()
Dfuncs.c551 size_t len = Xlength(xs, xp); in c_print()
1846 bytesread = Xlength(xs, xp); in c_read()
Dmain.c2018 XcheckN(xs, xp, Xlength(xs, xp)); in init_environ()
Dsh.h2045 #define Xlength(xs, xp) ((xp) - (xs).beg) macro