Home
last modified time | relevance | path

Searched defs:lastElement (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/icu/icu4c/source/common/
Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/node/deps/icu-small/source/common/
Duvector.h172 inline void* lastElement(void) const {return elementAt(count-1);} in lastElement() function
Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java207 String lastElement = getSegment(length() - 1); in typeSuffixIsAnyOf() local
/third_party/skia/experimental/sktext/editor/
DTexts.h160 …Position lastElement(PositionType positionType) const { return fSelectableText->lastPosition(posit… in lastElement() function
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js1058 function aaInsertLastNodeInCommonAncestor(p, commonAncestor, lastElement) { argument