Searched refs:Xlength (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 82 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/ |
D | lex.c | 914 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()
|
D | eval.c | 965 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()
|
D | histrap.c | 337 XcheckN(xs, xp, Xlength(xs, xp)); in c_fc() 348 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); in c_fc()
|
D | misc.c | 1832 if (Xlength(xs, xp) == 0) in do_realpath() 1938 *phys_pathp = Xlength(*xsp, xp); in make_path()
|
D | funcs.c | 551 size_t len = Xlength(xs, xp); in c_print() 1846 bytesread = Xlength(xs, xp); in c_read()
|
D | main.c | 2018 XcheckN(xs, xp, Xlength(xs, xp)); in init_environ()
|
D | sh.h | 2045 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
|