OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uBufSize
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h
169
unsigned long
uBufSize
; /* size of buffer */
/external/icu4c/samples/ucnv/
convsamp.cpp
304
int32_t
uBufSize
= 0;
320
uBufSize
= (BUFFERSIZE/ucnv_getMinCharSize(conv));
322
BUFFERSIZE, ucnv_getMinCharSize(conv),
uBufSize
);
323
uBuf = (UChar*)malloc(
uBufSize
* sizeof(UChar));
337
targetLimit = uBuf +
uBufSize
;
401
int32_t
uBufSize
= 0;
438
uBufSize
= (BUFFERSIZE/ucnv_getMinCharSize(conv));
440
BUFFERSIZE, ucnv_getMinCharSize(conv),
uBufSize
);
441
uBuf = (UChar*)malloc(
uBufSize
* sizeof(UChar));
884
int32_t
uBufSize
= 0
[
all
...]
/external/icu4c/test/cintltst/
nucnvtst.c
[
all
...]
Completed in 79 milliseconds