Home | History | Annotate | Download | only in cintltst

Lines Matching refs:cStr

553         char cStr[20]={0};
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
578 log_verbose("ISO code %s\n", cStr);
579 if (*currency[i] && uprv_strcmp(cStr, currency[i])) {
580 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);