Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3656 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
3657 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3658 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3667 fStack->setSize(newStackSize); in MatchAt()
3814 int32_t newStackSize =(int32_t)fData[opValue]; in MatchAt() local
3815 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3816 if (stackSize > newStackSize) { in MatchAt()
3820 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3826 fStack->setSize(newStackSize); in MatchAt()
4097 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
[all …]