Lines Matching refs:pos2
143 UFieldPosition pos2;
272 pos2.field = UNUM_FRACTION_FIELD;
273 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
281 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
292 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
327 pos2.field = UNUM_INTEGER_FIELD;
328 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
333 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
343 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {