HomeSort by relevance Sort by last modified time
    Searched refs:getSymbol (Results 1 - 25 of 713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 56 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
58 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
62 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol);
64 if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) {
68 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
70 if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) {
74 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol)
    [all...]
  /device/generic/goldfish/camera/
JpegCompressor.cpp 33 static void* getSymbol(void* dl, const char* signature) {
55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup");
75 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress");
82 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl,
89 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl,
  /device/google/cuttlefish_common/guest/hals/camera/
JpegCompressor.cpp 33 static void* getSymbol(void* dl, const char* signature) {
56 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup");
76 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress");
82 (GetCompressedSizeFunc)getSymbol(mDl, "JpegStub_getCompressedSize");
88 (GetCompressedImageFunc)getSymbol(mDl, "JpegStub_getCompressedImage");
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Currency.java 259 public String getSymbol() {
260 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale());
270 public String getSymbol(Locale loc) {
271 return currency.getSymbol(loc);
281 public String getSymbol(ULocale uloc) {
282 return currency.getSymbol(uloc.toLocale());
  /libcore/luni/src/test/java/libcore/java/util/
CurrencyTest.java 26 // Regression test to ensure that Currency.getSymbol(Locale) returns the
35 assertEquals("AED", Currency.getInstance("AED").getSymbol(Locale.CANADA));
40 assertEquals("DEM", currency.getSymbol(Locale.FRANCE));
41 assertEquals("DM", currency.getSymbol(Locale.GERMANY));
42 assertEquals("DEM", currency.getSymbol(Locale.US));
46 * Checks that the no-argument version of {@link Currency#getSymbol()} uses the
55 assertEquals("DM", currency.getSymbol());
135 assertEquals("R$", Currency.getInstance(pt_BR).getSymbol(pt_BR));
136 assertEquals("R$", Currency.getInstance(pt_BR).getSymbol(pt_PT));
137 assertEquals("?", Currency.getInstance(pt_PT).getSymbol(pt_BR))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 149 * java.util.Currency#getSymbol()
159 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol());
161 assertEquals("currI.getSymbol()", "IEP", currI.getSymbol());
163 assertEquals("currUS.getSymbol()", "$", currUS.getSymbol());
167 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol());
168 assertEquals("currI.getSymbol()", "IEP", currI.getSymbol())
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 28 const MCSymbol &SA = A->getSymbol();
29 const MCSymbol &SB = B->getSymbol();
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 43 if (Target.getSymA()->getSymbol().getName() == "SCRATCH_RSRC_DWORD0")
45 if (Target.getSymA()->getSymbol().getName() == "SCRATCH_RSRC_DWORD1")
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetObjectFile.cpp 30 const MCSymbol *Sym = Mang->getSymbol(GV);
44 return Mang->getSymbol(GV);
  /external/clang/test/Analysis/
nullptr.cpp 93 int getSymbol();
109 if (getSymbol())
111 if (getSymbol())
113 if (getSymbol()) {
  /external/easymock/src/org/easymock/
LogicalOperator.java 54 public String getSymbol() {
  /external/parameter-framework/upstream/utility/
DynamicLibrary.hpp 55 SymbolType getSymbol(const std::string &symbol) const
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 63 const LDSymbol* getSymbol(unsigned int pIdx) const;
64 LDSymbol* getSymbol(unsigned int pIdx);
66 const LDSymbol* getSymbol(const llvm::StringRef& pName) const;
67 LDSymbol* getSymbol(const llvm::StringRef& pName);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectWriter.cpp 56 const MCSymbol &SA = A->getSymbol();
57 const MCSymbol &SB = B->getSymbol();
76 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
  /external/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
Mangler.h 55 /// getSymbol - Return the MCSymbol for the specified global value. This
57 MCSymbol *getSymbol(const GlobalValue *GV);
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 67 LDSymbol* LDContext::getSymbol(unsigned int pIdx) {
73 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) const {
79 LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) {
88 const LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 37 MCSymbol *getSymbol() const {

Completed in 940 milliseconds

1 2 3 4 5 6 7 8 91011>>