Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3969 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
3970 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3971 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3972 fActiveLimit = restoreInputLen; in MatchAt()
4054 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
4055 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4056 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4057 fActiveLimit = restoreInputLen; in MatchAt()
5468 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local
5469 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
[all …]