Searched refs:Xlength (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c74 static int32_t Xlength(const UReplaceable* rep) { function
95 int32_t newLen = Xlength(rep) + limit - start + textLength;
107 int32_t newLen = Xlength(rep) + limit - start;
124 callbacks->length = Xlength;
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c77 static int32_t Xlength(const UReplaceable* rep) { function
98 int32_t newLen = Xlength(rep) + limit - start + textLength;
110 int32_t newLen = Xlength(rep) + limit - start;
127 callbacks->length = Xlength;
/external/mksh/src/
H A Dlex.c916 if (Xlength(ws, wp) == 0)
918 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) {
1418 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1444 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1446 if (Xlength(s->xs, xp) == 0) {
1696 if (Xlength(rp->xs, rp->xp))
H A Deval.c923 cp + Xlength(ds, (dp - 1)),
942 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) {
952 Xlength(ds, dp) == 0) {
1552 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1596 prefix_len = Xlength(*xs, xp);
H A Dhistrap.c350 XcheckN(xs, xp, Xlength(xs, xp));
361 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
H A Dmisc.c1536 if (Xlength(xs, xp) == 0)
1644 *phys_pathp = Xlength(*xsp, xp);
H A Dfuncs.c448 int len = Xlength(xs, xp);
2036 bytesread = Xlength(xs, xp);
H A Dsh.h1446 #define Xlength(xs, xp) ((xp) - (xs).beg) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1260 N_int Xoffset, N_int Xlength,
1270 limit = Xoffset + Xlength;
1274 Xlength = Xbits - Xoffset;
1280 if (Xlength == Ylength)
1287 else /* Xlength != Ylength */
1289 if (Xlength > Ylength)
1291 diff = Xlength - Ylength;
1296 else /* Ylength > Xlength ==> Ylength > 0 */
1298 diff = Ylength - Xlength;
1328 Xlength
1259 BitVector_Interval_Substitute(wordptr X, wordptr Y, N_int Xoffset, N_int Xlength, N_int Yoffset, N_int Ylength) argument
[all...]
H A Dbitvect.h219 N_int Xoffset, N_int Xlength,
/external/pcre/dist/
H A Dpcre_exec.c432 int Xlength; member in struct:heapframe
592 #define length frame->Xlength

Completed in 250 milliseconds