Home
last modified time | relevance | path

Searched refs:getSymbol (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/third_party/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp57 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
59 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
63 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in testSymbols()
65 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in testSymbols()
71 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
81 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
83 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp161 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
176 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredHalfRelocation()
180 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredHalfRelocation()
187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
275 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
291 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredRelocation()
295 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredRelocation()
302 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
409 A = &Target.getSymA()->getSymbol(); in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp274 symbol->getSymbol().c_str()); in validateForLoopInit()
307 "Expected loop index", symbol->getSymbol().c_str()); in validateForLoopCond()
329 symbol->getSymbol().c_str()); in validateForLoopCond()
374 "Expected loop index", symbol->getSymbol().c_str()); in validateForLoopExpr()
400 symbol->getSymbol().c_str()); in validateForLoopExpr()
442 params[*i]->getAsSymbolNode()->getSymbol().c_str()); in validateFunctionCall()
460 symbol->getSymbol().c_str()); in validateOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp125 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
129 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
207 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub()
208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub()
242 MCSymbolRefExpr::create(MI->getOperand(1).getMBB()->getSymbol(), *Ctx); in lowerLongBranchLUi()
284 MCSymbolRefExpr::create(MI->getOperand(2).getMBB()->getSymbol(), *Ctx); in lowerLongBranchADDiu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
49 return &SyExp->getSymbol().getSection(); in getFixupSection()
69 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType()
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
Dtypes.ts54 const symbol = type.getSymbol();
94 const symbol = type.getSymbol();
223 const parentSymbol = parentType.getSymbol();
224 if (!type.getSymbol() || !parentSymbol) {
236 const baseSymbol = baseType.getSymbol();
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternmodifier.cpp290 UnicodeString MutablePatternModifier::getSymbol(AffixPatternType type) const { in getSymbol() function in MutablePatternModifier
294 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol()
296 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
298 … return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kApproximatelySignSymbol); in getSymbol()
300 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
302 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
53 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol), in apply()
60 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol), in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp145 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
150 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
217 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
377 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
393 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
488 Writer->getSymbolAddress(SymB->getSymbol(), Layout) + in recordTLVPRelocation()
500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation()
533 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternmodifier.cpp274 UnicodeString MutablePatternModifier::getSymbol(AffixPatternType type) const { in getSymbol() function in MutablePatternModifier
278 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol()
280 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
282 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
284 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
53 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol), in apply()
60 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol), in apply()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h44 virtual void *getSymbol(const char *symbolName) = 0;
50 *funcOut = reinterpret_cast<FuncT>(getSymbol(symbolName)); in getAs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectWriter.cpp27 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved()
28 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DCurrencyNameProviderICU.java20 public String getSymbol(String currencyCode, Locale locale) { in getSymbol() method in CurrencyNameProviderICU
22 String sym = curDispNames.getSymbol(currencyCode); in getSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h927 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
930 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
944 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
947 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
960 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
963 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
977 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
980 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
/third_party/icu/icu4c/source/i18n/
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
53 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol), in apply()
60 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol), in apply()
Dnumber_patternmodifier.cpp285 UnicodeString MutablePatternModifier::getSymbol(AffixPatternType type) const { in getSymbol() function in MutablePatternModifier
289 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol()
291 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
293 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
295 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
53 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol), in apply()
60 ->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol), in apply()
Dnumber_patternmodifier.cpp285 UnicodeString MutablePatternModifier::getSymbol(AffixPatternType type) const { in getSymbol() function in MutablePatternModifier
289 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol()
291 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
293 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
295 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dswitch-exhaustiveness-check.ts90 const missingBranchName = missingBranchType.getSymbol()?.escapedName;
134 const symbolName = discriminantType.getSymbol()?.escapedName;
164 ? `typeof ${missingType.getSymbol()?.escapedName}`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp50 if (SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD0" || in getRelocType()
51 SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCurrencyNameTest.java73 String curSymbol = currency.getSymbol(loc); in TestCurrencySymbols()
74 String curSymbolIcu = currencyIcu.getSymbol(loc); in TestCurrencySymbols()
97 curSymbol = currency.getSymbol(locIcu); in TestCurrencySymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp72 getSymbol(MO.getGlobal())->print(O, MAI); in PrintSymbolOperand()
92 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
171 const MCSymbol *FunctionSymbol = getSymbol(F); in EmitInterruptVectorSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
69 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1092 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1095 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1109 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1128 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1131 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
1145 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1148 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()

12345678910>>...13