Home | History | Annotate | Download | only in io

Lines Matching refs:fNumberFormat

49     if (result->fNumberFormat[style-1] == NULL) {
67 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status);
69 return result->fNumberFormat[style-1];
126 if (result->fNumberFormat[styleIdx]) {
127 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
129 result->fNumberFormat[styleIdx] = NULL;
133 result->fNumberFormat[styleIdx] = NULL;
152 if (bundle->fNumberFormat[styleIdx]) {
153 unum_close(bundle->fNumberFormat[styleIdx]);
166 formatAlias = bundle->fNumberFormat[style-1];
179 bundle->fNumberFormat[style-1] = formatAlias;