Home
last modified time | relevance | path

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

/external/icu4c/common/
Duvectr32.h108 int32_t lastElementi(void) const;
265 inline int32_t UVector32::lastElementi(void) const { in lastElementi() function
285 return lastElementi(); in peeki()
Duvector.h165 int32_t lastElementi(void) const;
393 inline int32_t UVector::lastElementi(void) const { in lastElementi() function
416 return lastElementi(); in peeki()
Duvectr64.h107 int64_t lastElementi(void) const;
246 inline int64_t UVector64::lastElementi(void) const { in lastElementi() function
/external/icu4c/i18n/
Dbrktrans.cpp120 lastBoundary = boundaries->lastElementi(); in handleTransliterate()
Dregexcmp.cpp1772 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()
/external/icu4c/test/intltest/
Dv32test.cpp177 TEST_ASSERT(a->lastElementi() == 30); in UVector32_API()