Searched defs:Xlength (Results 1 - 5 of 5) 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/pcre/dist/
H A Dpcre_exec.c432 int Xlength; member in struct:heapframe
592 #define length frame->Xlength
/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...]
/external/mksh/src/
H A Dsh.h1446 #define Xlength(xs, xp) ((xp) - (xs).beg) macro

Completed in 1449 milliseconds