Home | History | Annotate | Download | only in io

Lines Matching refs:styleIdx

109     int32_t styleIdx;
122 for (styleIdx = 0; styleIdx < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; styleIdx++) {
124 if (result->fNumberFormat[styleIdx]) {
125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
127 result->fNumberFormat[styleIdx] = NULL;
131 result->fNumberFormat[styleIdx] = NULL;
145 int32_t styleIdx;
149 for (styleIdx = 0; styleIdx < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; styleIdx++) {
150 if (bundle->fNumberFormat[styleIdx]) {
151 unum_close(bundle->fNumberFormat[styleIdx]);