OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_BRK_SAFECLONE_BUFFERSIZE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
ubrk.h
261
* Clients can use the
U_BRK_SAFECLONE_BUFFERSIZE
.
286
#define
U_BRK_SAFECLONE_BUFFERSIZE
1
/external/icu/icu4c/source/test/cintltst/
cbiapts.c
370
uint8_t buffer [CLONETEST_ITERATOR_COUNT] [
U_BRK_SAFECLONE_BUFFERSIZE
];
371
int32_t bufferSize =
U_BRK_SAFECLONE_BUFFERSIZE
;
437
if (
U_BRK_SAFECLONE_BUFFERSIZE
< bufferSize)
439
log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n",
U_BRK_SAFECLONE_BUFFERSIZE
, bufferSize);
459
bufferSize =
U_BRK_SAFECLONE_BUFFERSIZE
;
472
char stackBuf[
U_BRK_SAFECLONE_BUFFERSIZE
+sizeof(void *)];
494
bufferSize =
U_BRK_SAFECLONE_BUFFERSIZE
;
[
all
...]
Completed in 332 milliseconds