Searched refs:lastElementi (Results 1 – 6 of 6) sorted by relevance
108 int32_t lastElementi(void) const;265 inline int32_t UVector32::lastElementi(void) const { in lastElementi() function285 return lastElementi(); in peeki()
165 int32_t lastElementi(void) const;393 inline int32_t UVector::lastElementi(void) const { in lastElementi() function416 return lastElementi(); in peeki()
107 int64_t lastElementi(void) const;246 inline int64_t UVector64::lastElementi(void) const { in lastElementi() function
120 lastBoundary = boundaries->lastElementi(); in handleTransliterate()
1772 op = (int32_t)fRXPat->fCompiledPat->lastElementi(); in literalChar()1788 op = (int32_t)fRXPat->fCompiledPat->lastElementi(); in literalChar()1892 op = (int32_t)fRXPat->fCompiledPat->lastElementi(); in fixLiterals()
177 TEST_ASSERT(a->lastElementi() == 30); in UVector32_API()