Home | History | Annotate | Download | only in cintltst

Lines Matching refs:cur_def

153     UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr,
176 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status);
240 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
248 unum_format(cur_def, l, result, resultlength, &pos1, &status);
273 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
281 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
304 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
328 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
333 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
356 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
384 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
406 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
491 resultlengthneeded=unum_toPattern(cur_def, FALSE, NULL, resultlength, &status);
497 unum_toPattern(cur_def, FALSE, result, resultlength, &status);
513 /*getting the symbols of cur_def */
514 /*set the symbols of cur_frpattern to cur_def */
517 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
527 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
533 unum_format(cur_def, l, result, resultlength, &pos1, &status);
547 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
634 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
938 unum_close(cur_def);