Searched refs:getSymbol (Results 1 - 2 of 2) sorted by relevance

/art/test/092-locale/src/
H A DMain.java112 + " " + dollars.getSymbol() + dollars.getDefaultFractionDigits());
118 + " " + yen.getSymbol() + yen.getDefaultFractionDigits());
/art/runtime/
H A Delf.h1495 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:Elf32_Rel
1498 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1512 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:Elf32_Rela
1515 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1528 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:Elf64_Rel
1533 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
1547 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:Elf64_Rela
1552 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }

Completed in 674 milliseconds