Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3981 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
3982 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3983 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3984 fActiveLimit = restoreInputLen; in MatchAt()
4066 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
4067 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4068 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4069 fActiveLimit = restoreInputLen; in MatchAt()
5490 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local
5491 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
[all …]