OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wholeformat
(Results
1 - 2
of
2
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
ProperBigFractionFormat.java
44
private NumberFormat
wholeFormat
;
67
* @param
wholeFormat
the custom format for the whole.
71
public ProperBigFractionFormat(final NumberFormat
wholeFormat
,
75
setWholeFormat(
wholeFormat
);
119
return
wholeFormat
;
237
this.
wholeFormat
= format;
ProperFractionFormat.java
44
private NumberFormat
wholeFormat
;
67
* @param
wholeFormat
the custom format for the whole.
71
public ProperFractionFormat(NumberFormat
wholeFormat
,
76
setWholeFormat(
wholeFormat
);
119
return
wholeFormat
;
230
this.
wholeFormat
= format;
Completed in 397 milliseconds