Lines Matching defs:temp
180 UChar temp[5];
378 u_uastrcpy(temp, "JPY");
381 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
386 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
420 if (u_strcmp(temp2, temp)==0) {
678 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
683 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
693 if(u_strcmp(suffix,temp)!=0)
698 u_uastrcpy(temp,"$");
699 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
708 unum_getTextAttribute(def, UNUM_POSITIVE_PREFIX, temp, resultlength, &status);
714 if(u_strcmp(prefix, temp)!=0)
725 unum_getTextAttribute(def, UNUM_NEGATIVE_PREFIX, temp, resultlength, &status);
730 if(u_strcmp(prefix, temp)!=0)
742 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
747 if(u_strcmp(suffix, temp)!=0)
759 unum_getTextAttribute(def, UNUM_POSITIVE_SUFFIX, temp, resultlength, &status);
764 if(u_strcmp(suffix, temp)!=0)
1232 UChar temp[128];
1240 u_uastrcpy(temp, "###0.0#");
1241 fmt=unum_open(UNUM_IGNORE, temp, -1, "en", NULL, &status);
1249 u_uastrcpy(temp, "123457");
1264 if(u_strcmp(result, temp)==0)
1563 char temp[512];
1577 u_austrcpy(temp, buffer);
1578 log_verbose("formatting %g returned '%s'\n", vals[i], temp);
1631 u_austrcpy(temp, buffer);
1632 log_verbose("default ruleset: '%s'\n", temp);
1641 u_austrcpy(temp, buffer);
1642 log_verbose("public rulesets: '%s'\n", temp);
1647 for (i = 0; i < len && temp[i] != ';'; ++i){}
1658 u_austrcpy(temp, buffer);
1659 log_err("unexpected ruleset len: %d ex: %d val: %s\n", len2, i, temp);
1667 u_austrcpy(temp, buffer);
1668 log_verbose("formatting %g returned '%s'\n", vals[i], temp);
1682 u_austrcpy(temp, buffer);
1683 log_verbose("pattern: '%s'\n", temp);
1884 char temp[512];
1885 u_austrcpy(temp, fmtbuf);
1886 log_err("Wrong result for rounded value. Got: %s\n", temp);