Searched refs:Xlength (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/test/cintltst/ |
D | utransts.c | 74 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/ |
D | lex.c | 904 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()
|
D | eval.c | 905 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()
|
D | histrap.c | 350 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc() 361 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
|
D | misc.c | 1494 if (Xlength(xs, xp) == 0) in do_realpath() 1602 *phys_pathp = Xlength(*xsp, xp); in make_path()
|
D | funcs.c | 442 int len = Xlength(xs, xp); in c_print() 2023 bytesread = Xlength(xs, xp); in c_read()
|
D | sh.h | 1449 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
|