/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucbuf.cpp | 45 int32_t bufCapacity; member 222 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 291 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 503 buf->bufCapacity=MAX_U_BUF; in ucbuf_open() 505 buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/; in ucbuf_open() 507 buf->buffer=(char16_t*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity ); in ucbuf_open()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucbuf.cpp | 45 int32_t bufCapacity; member 222 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 291 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 503 buf->bufCapacity=MAX_U_BUF; in ucbuf_open() 505 buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/; in ucbuf_open() 507 buf->buffer=(UChar*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity ); in ucbuf_open()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 45 int32_t bufCapacity; member 222 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 291 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), in ucbuf_fillucbuf() 503 buf->bufCapacity=MAX_U_BUF; in ucbuf_open() 505 buf->bufCapacity=buf->remaining+buf->signatureLength+1/*for terminating nul*/; in ucbuf_open() 507 buf->buffer=(UChar*) uprv_malloc(U_SIZEOF_UCHAR * buf->bufCapacity ); in ucbuf_open()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | utrans.h | 610 * @param bufCapacity the capacity of the buffer. Ignored if buf is 613 * zero-termination. This may be greater than bufCapacity. 619 int32_t bufCapacity); 645 * @param bufCapacity the capacity of the buffer. Ignored if buf is 648 * zero-termination. This may be greater than bufCapacity. 654 int32_t bufCapacity);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | utrans.h | 610 * @param bufCapacity the capacity of the buffer. Ignored if buf is 613 * zero-termination. This may be greater than bufCapacity. 619 int32_t bufCapacity); 645 * @param bufCapacity the capacity of the buffer. Ignored if buf is 648 * zero-termination. This may be greater than bufCapacity. 654 int32_t bufCapacity);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | utrans.h | 610 * @param bufCapacity the capacity of the buffer. Ignored if buf is 613 * zero-termination. This may be greater than bufCapacity. 619 int32_t bufCapacity); 645 * @param bufCapacity the capacity of the buffer. Ignored if buf is 648 * zero-termination. This may be greater than bufCapacity. 654 int32_t bufCapacity);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | utrans.cpp | 244 int32_t bufCapacity) { in utrans_getID() 245 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV); in utrans_getID() 301 int32_t bufCapacity) { 302 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV); 242 utrans_getID(const UTransliterator* trans, char* buf, int32_t bufCapacity) utrans_getID() argument
|
H A D | uregex.cpp | 1328 static inline void appendToBuf(char16_t c, int32_t *idx, char16_t *buf, int32_t bufCapacity) { in appendToBuf() argument 1329 if (*idx < bufCapacity) { in appendToBuf()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | utrans.cpp | 244 int32_t bufCapacity) { in utrans_getID() 245 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV); in utrans_getID() 301 int32_t bufCapacity) { 302 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV); 242 utrans_getID(const UTransliterator* trans, char* buf, int32_t bufCapacity) utrans_getID() argument
|
H A D | uregex.cpp | 1328 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { in appendToBuf() argument 1329 if (*idx < bufCapacity) { in appendToBuf()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | utrans.cpp | 244 int32_t bufCapacity) { in utrans_getID() 245 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV); in utrans_getID() 301 int32_t bufCapacity) { 302 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV); 242 utrans_getID(const UTransliterator* trans, char* buf, int32_t bufCapacity) utrans_getID() argument
|
H A D | uregex.cpp | 1328 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { in appendToBuf() argument 1329 if (*idx < bufCapacity) { in appendToBuf()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 401 int32_t bufCapacity = srcLen*4; in print() local 409 buf = (char*) (uprv_malloc(bufCapacity)); in print() 414 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status); in print()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 401 int32_t bufCapacity = srcLen*4; in print() local 409 buf = (char*) (uprv_malloc(bufCapacity)); in print() 414 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status); in print()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 401 int32_t bufCapacity = srcLen*4; in print() local 409 buf = (char*) (uprv_malloc(bufCapacity)); in print() 414 buf = convertAndEscape(&buf, bufCapacity, &bufLen, src, srcLen,status); in print()
|