Searched refs:bufCapacity (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | utrans.h | 615 int32_t bufCapacity); 650 int32_t bufCapacity);
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.c | 43 int32_t bufCapacity; member 220 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 289 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 501 buf->bufCapacity=MAX_U_BUF; in ucbuf_open() 503 … buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/; in ucbuf_open() 505 buf->buffer=(UChar*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity ); in ucbuf_open()
|
/external/icu/icu4c/source/i18n/ |
D | utrans.cpp | 242 int32_t bufCapacity) { in utrans_getID() argument 243 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV); in utrans_getID() 299 int32_t bufCapacity) { in utrans_getAvailableID() argument 300 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV); in utrans_getAvailableID()
|
D | uregex.cpp | 1326 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { in appendToBuf() argument 1327 if (*idx < bufCapacity) { in appendToBuf()
|
/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 398 int32_t bufCapacity = srcLen*4; in print() local 406 buf = (char*) (uprv_malloc(bufCapacity)); in print() 411 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status); in print()
|