OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufCapacity
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
utrans.h
606
* @param
bufCapacity
the capacity of the buffer. Ignored if buf is
609
* zero-termination. This may be greater than
bufCapacity
.
615
int32_t
bufCapacity
);
641
* @param
bufCapacity
the capacity of the buffer. Ignored if buf is
644
* zero-termination. This may be greater than
bufCapacity
.
650
int32_t
bufCapacity
);
/external/icu/icu4c/source/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),
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/icu/icu4c/source/i18n/
utrans.cpp
242
int32_t
bufCapacity
) {
243
return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf,
bufCapacity
, US_INV);
299
int32_t
bufCapacity
) {
300
return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf,
bufCapacity
, US_INV);
uregex.cpp
[
all
...]
/external/icu/icu4c/source/tools/genrb/
wrtxml.cpp
398
int32_t
bufCapacity
= srcLen*4;
406
buf = (char*) (uprv_malloc(
bufCapacity
));
411
buf = convertAndEscape(&buf,
bufCapacity
, &bufLen, src, srcLen,status);
[
all
...]
Completed in 234 milliseconds