Searched refs:reserveBlock (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Duvectr32.h206 int32_t *reserveBlock(int32_t size, UErrorCode &status);
233 inline int32_t *UVector32::reserveBlock(int32_t size, UErrorCode &status) { function in class:UVector32
H A Duvectr64.h195 int64_t *reserveBlock(int32_t size, UErrorCode &status);
222 inline int64_t *UVector64::reserveBlock(int32_t size, UErrorCode &status) { function in class:UVector64
/external/icu4c/i18n/
H A Drematch.cpp2492 REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus);
2689 // Note that reserveBlock() may grow the stack, resulting in the
2704 int64_t *newFP = fStack->reserveBlock(fFrameSize, status);

Completed in 96 milliseconds