Lines Matching defs:cur_def
204 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr,
227 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status);
291 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
299 unum_format(cur_def, l, result, resultlength, &pos1, &status);
324 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
332 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
357 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
381 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
386 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
410 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
438 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
460 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
545 resultlengthneeded=unum_toPattern(cur_def, false, NULL, resultlength, &status);
551 unum_toPattern(cur_def, false, result, resultlength, &status);
567 /*getting the symbols of cur_def */
568 /*set the symbols of cur_frpattern to cur_def */
571 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
581 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
587 unum_format(cur_def, l, result, resultlength, &pos1, &status);
601 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
683 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
688 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
699 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
1008 unum_close(cur_def);