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

/macosx-10.10.1/ICU-531.30/icuSources/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
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drematch.cpp2461 REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus);
2658 // Note that reserveBlock() may grow the stack, resulting in the
2673 int64_t *newFP = fStack->reserveBlock(fFrameSize, status);

Completed in 424 milliseconds