Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp2253 int32_t restoreInputLen = fData[opValue+3]; in MatchAt() local
2254 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
2255 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()
2256 fActiveLimit = restoreInputLen; in MatchAt()
2326 int32_t restoreInputLen = fData[opValue+3]; in MatchAt() local
2327 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
2328 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()
2329 fActiveLimit = restoreInputLen; in MatchAt()