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

  /external/icu4c/test/intltest/
dcfmtest.cpp 135 int32_t requiredCapacity = s.extract(0, len, buf.getAlias(), capacity) + 1;
136 if (capacity < requiredCapacity) {
137 buf.resize(requiredCapacity);
138 capacity = requiredCapacity;
141 this->set(buf, requiredCapacity - 1);
  /external/icu4c/test/cintltst/
reapits.c     [all...]
  /external/icu4c/i18n/
uspoof.cpp 391 int32_t requiredCapacity = 0;
397 requiredCapacity = uspoof_getSkeleton(sc, type, s, inputLength, dest, destCapacity, status);
399 buf = static_cast<UChar *>(uprv_malloc(requiredCapacity * sizeof(UChar)));
405 uspoof_getSkeleton(sc, type, s, inputLength, buf, requiredCapacity, status);
407 *outputLength = requiredCapacity;
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]

Completed in 83 milliseconds