Home | History | Annotate | Download | only in io

Lines Matching refs:fNumberFormat

50     if (result->fNumberFormat[style-1] == NULL) {
62 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status);
65 return result->fNumberFormat[style-1];
122 if (result->fNumberFormat[styleIdx]) {
123 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
125 result->fNumberFormat[styleIdx] = NULL;
129 result->fNumberFormat[styleIdx] = NULL;
148 if (bundle->fNumberFormat[styleIdx]) {
149 unum_close(bundle->fNumberFormat[styleIdx]);
162 formatAlias = bundle->fNumberFormat[style-1];
175 bundle->fNumberFormat[style-1] = formatAlias;