Home
last modified time | relevance | path

Searched refs:Xlength (Results 1 – 8 of 8) 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.c958 if (Xlength(ws, wp) == 0) in yylex()
960 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) { in yylex()
1422 XcheckN(s->xs, xp, Xlength(s->xs, xp)); in getsc_line()
1447 linelen = Xlength(s->xs, xp); in getsc_line()
1463 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp)); in getsc_line()
1465 if (Xlength(s->xs, xp) == 0) { in getsc_line()
Deval.c771 p + Xlength(ds, (dp - 1)), in expand()
792 Xlength(ds, dp) == 0) { in expand()
1317 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1360 prefix_len = Xlength(*xs, xp); in globit()
Dhistrap.c275 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc()
285 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
Dfuncs.c304 if (Xlength(xs, xp) == 0) in do_realpath()
695 int len = Xlength(xs, xp); in c_print()
2108 if (Xlength(cs, ccp) == 0 && ctype(c, C_IFSWS)) in c_read()
2117 while (Xlength(cs, ccp) && ctype(ccp[-1], C_IFS) && in c_read()
Dmisc.c1154 *phys_pathp = Xlength(*xsp, xp); in make_path()
Dsh.h1228 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
/external/pcre/
Dpcre_exec.c383 int Xlength; member
559 #define length frame->Xlength in match()