Home
last modified time | relevance | path

Searched refs:newStackSize (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp3662 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
3663 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3664 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3673 fStack->setSize(newStackSize); in MatchAt()
3820 int32_t newStackSize =(int32_t)fData[opValue]; in MatchAt() local
3821 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3822 if (stackSize > newStackSize) { in MatchAt()
3826 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3832 fStack->setSize(newStackSize); in MatchAt()
4083 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
[all …]