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

/external/icu/icu4c/source/common/
H A Duvectr32.h208 int32_t *reserveBlock(int32_t size, UErrorCode &status);
235 inline int32_t *UVector32::reserveBlock(int32_t size, UErrorCode &status) { function in class:UVector32
H A Duvectr64.h197 int64_t *reserveBlock(int32_t size, UErrorCode &status);
224 inline int64_t *UVector64::reserveBlock(int32_t size, UErrorCode &status) { function in class:UVector64
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2502 REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus);
2680 // Note that reserveBlock() may grow the stack, resulting in the
2698 int64_t *newFP = fStack->reserveBlock(fFrameSize, status);

Completed in 331 milliseconds