/external/icu4c/test/cintltst/ |
utransts.c | 74 static int32_t Xlength(const UReplaceable* rep) { 95 int32_t newLen = Xlength(rep) + limit - start + textLength; 107 int32_t newLen = Xlength(rep) + limit - start; 124 callbacks->length = Xlength;
|
/external/mksh/src/ |
lex.c | 921 if (Xlength(ws, wp) == 0) 923 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) { 1419 XcheckN(s->xs, xp, Xlength(s->xs, xp)); 1447 linelen = Xlength(s->xs, xp); [all...] |
eval.c | 855 p + Xlength(ds, (dp - 1)), 876 Xlength(ds, dp) == 0) { [all...] |
histrap.c | 302 XcheckN(xs, xp, Xlength(xs, xp)); 313 strip_nuls(Xstring(xs, xp), Xlength(xs, xp)); [all...] |
misc.c | 1393 if (Xlength(xs, xp) == 0) [all...] |
funcs.c | 423 int len = Xlength(xs, xp); [all...] |
sh.h | [all...] |