Home | History | Annotate | Download | only in text

Lines Matching defs:getIntegerInstance

83  * normal number format. Use <code>getIntegerInstance</code> to get an
547 * factory methods: getNumberInstance, getIntegerInstance,
630 public final static NumberFormat getIntegerInstance() {
646 public static NumberFormat getIntegerInstance(Locale inLocale) {
661 public static NumberFormat getIntegerInstance(ULocale inLocale) {
1345 Add codes for the new method getIntegerInstance() [Richard/GCL]
1541 Add Field for the new method getIntegerInstance() [Richard/GCL]