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

  /external/icu4c/i18n/unicode/
utrans.h 557 * @param bufCapacity the capacity of the buffer. Ignored if buf is
560 * zero-termination. This may be greater than bufCapacity.
566 int32_t bufCapacity);
592 * @param bufCapacity the capacity of the buffer. Ignored if buf is
595 * zero-termination. This may be greater than bufCapacity.
601 int32_t bufCapacity);
  /external/icu4c/tools/toolutil/
ucbuf.c 43 int32_t bufCapacity;
220 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
289 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
502 buf->bufCapacity=MAX_U_BUF;
504 buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/;
506 buf->buffer=(UChar*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity );
  /external/icu4c/i18n/
utrans.cpp 241 int32_t bufCapacity) {
242 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
298 int32_t bufCapacity) {
299 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
uregex.cpp     [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 388 int32_t bufCapacity = srcLen*4;
396 buf = (char*) (uprv_malloc(bufCapacity));
401 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status);
    [all...]

Completed in 721 milliseconds