Home
last modified time | relevance | path

Searched defs:lastElement (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duvector.h166 inline void* lastElement(void) const {return elementAt(count-1);} in lastElement() function in UVector
H A Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
H A Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/node/deps/icu-small/source/common/
H A Duvector.h166 inline void* lastElement() const {return elementAt(count-1);} in lastElement() function in UVector
H A Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
H A Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function in UVector
H A Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
H A Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/skia/experimental/sktext/editor/
H A DTexts.h160 Position lastElement(PositionType positionType) const { return fSelectableText->lastPosition(positionType); } in lastElement() function in skia::editor::EditableText

Completed in 8 milliseconds