Home
last modified time | relevance | path

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

/art/test/092-locale/src/
DMain.java112 + " " + dollars.getSymbol() + dollars.getDefaultFractionDigits()); in testCurrency()
118 + " " + yen.getSymbol() + yen.getDefaultFractionDigits()); in testCurrency()
/art/runtime/
Delf.h1489 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1492 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1506 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1509 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1522 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1527 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
1541 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1546 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()