Home | History | Annotate | Download | only in cintltst

Lines Matching full:pos2

162     UFieldPosition pos2;
291 pos2.field = UNUM_FRACTION_FIELD;
292 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
300 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
313 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
348 pos2.field = UNUM_INTEGER_FIELD;
349 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
354 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
365 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {