Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dutransts.c80 static int32_t Xlength(const UReplaceable* rep) { in Xlength() function
101 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace()
113 int32_t newLen = Xlength(rep) + limit - start; in Xcopy()
130 callbacks->length = Xlength; in InitXReplaceableCallbacks()
/external/mksh/src/
Dlex.c897 c == '<' || c == '>') && ((c2 = Xlength(ws, wp)) == 0 || in yylex()
1394 XcheckN(s->xs, xp, Xlength(s->xs, xp)); in getsc_line()
1420 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp)); in getsc_line()
1422 if (Xlength(s->xs, xp) == 0) { in getsc_line()
1702 if (Xlength(rp->xs, rp->xp)) in ungetsc()
Deval.c962 cp + Xlength(ds, (dp - 1)), in expand()
981 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand()
991 Xlength(ds, dp) == 0) { in expand()
1642 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1686 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.c1556 if (Xlength(xs, xp) == 0) in do_realpath()
1662 *phys_pathp = Xlength(*xsp, xp); in make_path()
Dfuncs.c551 size_t len = Xlength(xs, xp); in c_print()
1842 bytesread = Xlength(xs, xp); in c_read()
Dsh.h1830 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
/external/pcre/dist2/src/
Dpcre2_match.c370 PCRE2_SIZE Xlength; member
652 #define length frame->Xlength in match()