Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Duvector.h166 inline void* lastElement() 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/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.h166 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/typescript/src/compiler/factory/
DnodeFactory.ts2349 const lastElement = elements && lastOrUndefined(elements); constant
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts1469 const lastElement = aaInnerLoop(p, furthestBlock, formattingElementEntry.element); constant
/third_party/typescript/src/compiler/
Dchecker.ts9772 const lastElement = lastOrUndefined(elements); constant
9773 …const restElement = lastElement && lastElement.kind === SyntaxKind.BindingElement && lastElement.d… constant
38647 const lastElement = last(declaration.parent.elements); constant