Searched refs:bufCapacity (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dutrans.h555 * @param bufCapacity the capacity of the buffer. Ignored if buf is
558 * zero-termination. This may be greater than bufCapacity.
564 int32_t bufCapacity);
590 * @param bufCapacity the capacity of the buffer. Ignored if buf is
593 * zero-termination. This may be greater than bufCapacity.
599 int32_t bufCapacity);
/external/icu4c/i18n/unicode/
H A Dutrans.h557 * @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/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c42 int32_t bufCapacity; member in struct:UCHARBUF
219 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
288 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
501 buf->bufCapacity=MAX_U_BUF;
503 buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/;
505 buf->buffer=(UChar*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity );
/external/icu4c/tools/toolutil/
H A Ducbuf.c43 int32_t bufCapacity; member in struct:UCHARBUF
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/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp241 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);
239 utrans_getID(const UTransliterator* trans, char* buf, int32_t bufCapacity) argument
H A Duregex.cpp1312 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { argument
1313 if (*idx < bufCapacity) {
/external/icu4c/i18n/
H A Dutrans.cpp241 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);
239 utrans_getID(const UTransliterator* trans, char* buf, int32_t bufCapacity) argument
H A Duregex.cpp1330 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { argument
1331 if (*idx < bufCapacity) {
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp386 int32_t bufCapacity = srcLen*4; local
394 buf = (char*) (uprv_malloc(bufCapacity));
399 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status);
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp388 int32_t bufCapacity = srcLen*4; local
396 buf = (char*) (uprv_malloc(bufCapacity));
401 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status);

Completed in 394 milliseconds