Home | History | Annotate | Download | only in cintltst

Lines Matching refs:temp

129     UChar temp[5];
325 u_uastrcpy(temp, "JPY");
328 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
333 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
366 if (u_strcmp(temp2, temp)==0) {
624 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
639 if(u_strcmp(suffix,temp)!=0)
644 u_uastrcpy(temp,"$");
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
654 unum_getTextAttribute(def, UNUM_POSITIVE_PREFIX, temp, resultlength, &status);
660 if(u_strcmp(prefix, temp)!=0)
671 unum_getTextAttribute(def, UNUM_NEGATIVE_PREFIX, temp, resultlength, &status);
676 if(u_strcmp(prefix, temp)!=0)
688 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
693 if(u_strcmp(suffix, temp)!=0)
705 unum_getTextAttribute(def, UNUM_POSITIVE_SUFFIX, temp, resultlength, &status);
710 if(u_strcmp(suffix, temp)!=0)
1162 UChar temp[128];
1170 u_uastrcpy(temp, "###0.0#");
1171 fmt=unum_open(UNUM_IGNORE, temp, -1, NULL, NULL,&status);
1179 u_uastrcpy(temp, "123457");
1194 if(u_strcmp(result, temp)==0)
1486 char temp[512];
1500 u_austrcpy(temp, buffer);
1501 log_verbose("formatting %g returned '%s'\n", vals[i], temp);
1554 u_austrcpy(temp, buffer);
1555 log_verbose("default ruleset: '%s'\n", temp);
1564 u_austrcpy(temp, buffer);
1565 log_verbose("public rulesets: '%s'\n", temp);
1570 for (i = 0; i < len && temp[i] != ';'; ++i){};
1581 u_austrcpy(temp, buffer);
1582 log_err("unexpected ruleset len: %d ex: %d val: %s\n", len2, i, temp);
1590 u_austrcpy(temp, buffer);
1591 log_verbose("formatting %g returned '%s'\n", vals[i], temp);
1605 u_austrcpy(temp, buffer);
1606 log_verbose("pattern: '%s'\n", temp);