Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3965 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
3966 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3967 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3968 fActiveLimit = restoreInputLen; in MatchAt()
4040 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
4041 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4042 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4043 fActiveLimit = restoreInputLen; in MatchAt()
5466 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local
5467 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
[all …]