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 77 static int32_t Xlength(const UReplaceable* rep) {
98 int32_t newLen = Xlength(rep) + limit - start + textLength;
110 int32_t newLen = Xlength(rep) + limit - start;
127 callbacks->length = Xlength;
  /external/mksh/src/
lex.c 913 if (Xlength(ws, wp) == 0)
915 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) {
1401 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1427 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1429 if (Xlength(s->xs, xp) == 0) {
    [all...]
eval.c 909 cp + Xlength(ds, (dp - 1)),
928 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) {
938 Xlength(ds, dp) == 0) {
    [all...]
histrap.c 354 XcheckN(xs, xp, Xlength(xs, xp));
365 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
    [all...]
misc.c     [all...]
funcs.c 459 size_t len = Xlength(xs, xp);
    [all...]
sh.h     [all...]
  /external/pcre/dist/
pcre_exec.c 432 int Xlength;
592 #define length frame->Xlength
    [all...]

Completed in 132 milliseconds