Searched refs:fScale (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp353 fScale = 0;
1070 } else if(fScale!=0) {
1071 debug("No format fastpath: fScale!=0");
1383 if (fScale != 0) {
1386 if (fScale > 0) {
1387 for (int32_t i = fScale ; i > 0 ; i--) {
1394 for (int32_t i = fScale ; i < 0 ; i++) {
2032 if (fScale != 0) {
2035 if (fScale > 0) {
2036 for (int32_t i = fScale;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h2240 int32_t fScale; member in class:DecimalFormat

Completed in 118 milliseconds