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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 74 static int32_t Xlength(const UReplaceable* rep) {
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/
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/
sh.h     [all...]

Completed in 412 milliseconds