Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
R
riscv-gcc-1
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lvzhengyang
  • riscv-gcc-1
  • Repository

Switch branch/tag
  • riscv-gcc-1
  • libjava
  • classpath
  • lib
  • java
  • util
  • Currency.class
Find file
HistoryPermalink
  • Tania Bento's avatar
    DecimalFormatSymbols.java: Added the year 2007 to Copyright information and… · 618bf37b
    DecimalFormatSymbols.java: Added the year 2007 to Copyright information and introduced new variable, currency.
    
    2007-04-04  Tania Bento  <tbento@redhat.com>
    
    	* java/text/DecimalFormatSymbols.java: Added the year 2007 to
    	Copyright information and introduced new variable, currency.
    	(DecimalFormatSymbols(Locale)): Define currency and intlCurrencySymbol
    	to "XXX", currencySymbol to "?" and localCurrency appropriately.
    	(getCurrency): Fixed documentation and return the value of currency.
    	(setCurrency): Fixed documentation and update the value of currency.
    	(setInternationalCurrencySymbol): Fixed documentation and update the
    	value of currency.
    	* java/util/Currency.java: Introduced two new variables, properties
    	and fractionDigits. In the static block, a properties object is
    	created and the currency resource is loaded.
    	(Currency(Locale)): fractionDigits is defined.
    	(Currency(String)): New method.
    	(getDefaultFractionDigits): Return the value of fractionDigits.
    	(getInstance(String)): Check if String is equal to "XXX".
    
    From-SVN: r123512
    Tania Bento committed Apr 05, 2007
    618bf37b
Currency.class 4.19 KB

Download (4.19 KB)