Searched defs:dot (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java3502 // Look for the dot. If we don't find one, the we'll need to add
3525 // Add dot if previously determined to be necessary.
3782 private boolean dot = false; field in class:Formatter.FormatSpecifier.BigDecimalLayout
3790 return dot;
3842 dot = true;
3866 dot = true;
3874 dot = true;
3889 dot = true;
4437 int dot = len;
4440 dot
[all...]

Completed in 334 milliseconds