Lines Matching full:pos2
168 UFieldPosition pos2;
297 pos2.field = UNUM_FRACTION_FIELD;
298 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
306 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
319 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
354 pos2.field = UNUM_INTEGER_FIELD;
355 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
360 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
371 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {