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

  /external/icu4c/test/cintltst/
reapits.c     [all...]
  /external/icu4c/i18n/
uspoof.cpp 389 int32_t requiredCapacity = 0;
395 requiredCapacity = uspoof_getSkeleton(sc, type, s, inputLength, dest, destCapacity, status);
397 buf = static_cast<UChar *>(uprv_malloc(requiredCapacity * sizeof(UChar)));
403 uspoof_getSkeleton(sc, type, s, inputLength, buf, requiredCapacity, status);
405 *outputLength = requiredCapacity;

Completed in 588 milliseconds