Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3668 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
3669 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3670 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3679 fStack->setSize(newStackSize); in MatchAt()
3826 int32_t newStackSize =(int32_t)fData[opValue]; in MatchAt() local
3827 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3828 if (stackSize > newStackSize) { in MatchAt()
3832 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()
3838 fStack->setSize(newStackSize); in MatchAt()
4109 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local
[all …]