HomeSort by relevance Sort by last modified time
    Searched refs:Xlength (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/test/cintltst/
utransts.c 82 static int32_t Xlength(const UReplaceable* rep) {
103 int32_t newLen = Xlength(rep) + limit - start + textLength;
115 int32_t newLen = Xlength(rep) + limit - start;
132 callbacks->length = Xlength;
  /external/mksh/src/
lex.c 914 ctype(c, C_ANGLE)) && ((c2 = Xlength(ws, wp)) == 0 ||
    [all...]
eval.c 965 cp + Xlength(ds, (dp - 1)),
984 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) {
994 Xlength(ds, dp) == 0) {
    [all...]
histrap.c 337 XcheckN(xs, xp, Xlength(xs, xp));
348 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
    [all...]
misc.c     [all...]
funcs.c 551 size_t len = Xlength(xs, xp);
    [all...]
main.c     [all...]
sh.h     [all...]

Completed in 688 milliseconds