binByteGroupChar | NumberFormat | |
binFieldWidth | NumberFormat | |
binLiteralPrefix | NumberFormat | |
binNibbleGroupChar | NumberFormat | |
binWord32GroupChar | NumberFormat | |
binWordGroupChar | NumberFormat | |
bitsInfNeg | NumberFormat | static |
bitsInfPos | NumberFormat | static |
bitsNaN | NumberFormat | static |
computational | NumberFormat | static |
decimalPointChar | NumberFormat | |
decMinimumFieldWidth | NumberFormat | |
dummyNewIdx | NumberFormat | protectedstatic |
exponentSeparator | NumberFormat | |
forceDecimalPoint | NumberFormat | |
forceScientific | NumberFormat | |
fractionalPartWidth | NumberFormat | |
global | NumberFormat | static |
hexByteGroupChar | NumberFormat | |
hexFieldWidth | NumberFormat | |
hexLiteralPrefix | NumberFormat | |
hexLowerCase | NumberFormat | |
hexWord32GroupChar | NumberFormat | |
hexWordGroupChar | NumberFormat | |
INFLiteral | NumberFormat | |
integralPartMinimumWidth | NumberFormat | |
leadingGroupCharReplacement | NumberFormat | |
longMinValue | NumberFormat | protectedstatic |
NANLiteral | NumberFormat | |
NumberFormat() | NumberFormat | |
octFieldWidth | NumberFormat | |
octGroupChar | NumberFormat | |
octLiteralPrefix | NumberFormat | |
omitTrailingFractionalZeros | NumberFormat | |
parseBin(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
parseDec(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
parseDecDigits(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | static |
parseFloat(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
parseHex(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
parseInt(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
parseOct(char[] buffer, int idx, int maxIdx, int[] newIdx) | NumberFormat | |
plusSign | NumberFormat | |
pow10_0to18 | NumberFormat | protectedstatic |
readGroupChars | NumberFormat | |
set(NumberFormat other) | NumberFormat | |
set() | NumberFormat | |
setComputational() | NumberFormat | |
setFromLocale() | NumberFormat | |
signMask | NumberFormat | static |
thousandsGroupChar | NumberFormat | |
whitespaces | NumberFormat | |
writeBin(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |
writeDecSigned(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |
writeDecUnsigned(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |
writeDecUnsignedImpl(long value, char[] buffer, int idx, int width) | NumberFormat | protected |
writeExponentPlusSign | NumberFormat | |
writeFloat(double value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |
writeGroupChars | NumberFormat | |
writeHex(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |
writeOct(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | |