Searched defs:Xlength (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/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/mksh/src/
H A Dsh.h1316 #define Xlength(xs, xp) ((xp) - (xs).beg) macro

Completed in 47 milliseconds