Searched refs:cur_def (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c160 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, local
183 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status);
247 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
255 unum_format(cur_def, l, result, resultlength, &pos1, &status);
280 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
288 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
313 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
337 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
342 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
366 d1=unum_parseDoubleCurrency(cur_def, resul
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c166 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, local
189 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status);
253 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
261 unum_format(cur_def, l, result, resultlength, &pos1, &status);
286 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
294 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
319 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
343 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
348 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
372 d1=unum_parseDoubleCurrency(cur_def, resul
[all...]

Completed in 78 milliseconds