Home
last modified time | relevance | path

Searched refs:getElementValue (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp93 value=getElementValue(start++); in writeNode()
187 value=getElementValue(start); in writeBranchSubNode()
216 value=getElementValue(start++); in makeNode()
295 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
304 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
H A Dbytestriebuilder.cpp291 BytesTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp240 UCharsTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in UCharsTrieBuilder
/third_party/node/deps/icu-small/source/common/
H A Dstringtriebuilder.cpp93 value=getElementValue(start++); in writeNode()
187 value=getElementValue(start); in writeBranchSubNode()
216 value=getElementValue(start++); in makeNode()
295 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
304 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
H A Dbytestriebuilder.cpp291 BytesTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp240 UCharsTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in UCharsTrieBuilder
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringtriebuilder.cpp93 value=getElementValue(start++); in writeNode()
187 value=getElementValue(start); in writeBranchSubNode()
216 value=getElementValue(start++); in makeNode()
295 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
304 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
H A Dbytestriebuilder.cpp291 BytesTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp240 UCharsTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in UCharsTrieBuilder
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h139 virtual int32_t getElementValue(int32_t i) const override;
H A Ducharstriebuilder.h143 virtual int32_t getElementValue(int32_t i) const override;
H A Dstringtriebuilder.h115 virtual int32_t getElementValue(int32_t i) const = 0;
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestriebuilder.h139 virtual int32_t getElementValue(int32_t i) const override;
H A Ducharstriebuilder.h143 virtual int32_t getElementValue(int32_t i) const override;
H A Dstringtriebuilder.h115 virtual int32_t getElementValue(int32_t i) const = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestriebuilder.h139 virtual int32_t getElementValue(int32_t i) const;
H A Ducharstriebuilder.h143 virtual int32_t getElementValue(int32_t i) const;
H A Dstringtriebuilder.h115 virtual int32_t getElementValue(int32_t i) const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h363 Constant *getElementValue(Constant *C) const;
366 Constant *getElementValue(unsigned Idx) const;
1309 UndefValue *getElementValue(Constant *C) const;
1312 UndefValue *getElementValue(unsigned Idx) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp393 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr; in getAggregateElement()
396 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr; in getAggregateElement()
927 Constant *ConstantAggregateZero::getElementValue(Constant *C) const { in getElementValue() function in ConstantAggregateZero
933 Constant *ConstantAggregateZero::getElementValue(unsigned Idx) const { in getElementValue() function in ConstantAggregateZero
960 UndefValue *UndefValue::getElementValue(Constant *C) const { in getElementValue() function in UndefValue
966 UndefValue *UndefValue::getElementValue(unsigned Idx) const { in getElementValue() function in UndefValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2157 return translate(*CAZ->getElementValue(0u), Reg); in translate()
2160 Constant &Elt = *CAZ->getElementValue(i); in translate()

Completed in 25 milliseconds