Home | History | Annotate | Download | only in cintltst

Lines Matching refs:aescstrdup

311               aescstrdup(result, -1), aescstrdup(temp1, -1));
330 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
363 aescstrdup(result, -1), aescstrdup(temp1, -1));
380 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
410 log_err("parseDouble('%s') failed. The error is : %s\n", aescstrdup(temp1, resultlength), myErrorName(status));
795 log_verbose("formatted %d as '%s', length: %d\n", value, aescstrdup(buffer, len), len);
2621 aescstrdup(expect, expectLen), aescstrdup(result, resultLen));
2654 log_err("unum_toPattern result wrong, expected %s, got %s\n", aescstrdup(currFmtToPatExpected,-1), aescstrdup(ubuf,ulen));
2662 log_err("unum_formatDouble result wrong, expected %s, got %s\n", aescstrdup(currFmtResultExpected,-1), aescstrdup(ubuf,ulen));