Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ubuf

2410             UChar ubuf[kNumSysDescripBufMax];
2418 ulen = unumsys_getDescription(unumsys, ubuf, kNumSysDescripBufMax, &status);
2420 ubuf, itemPtr->description) != 0 ) {
2720 UChar ubuf[kUBufSize];
2721 int32_t ulen = unum_toPattern(unumfmt, FALSE, ubuf, kUBufSize, &status);
2724 } else if (u_strcmp(ubuf, currFmtToPatExpected) != 0) {
2725 log_err("unum_toPattern result wrong, expected %s, got %s\n", aescstrdup(currFmtToPatExpected,-1), aescstrdup(ubuf,ulen));
2729 ulen = unum_formatDouble(unumfmt, -100.0, ubuf, kUBufSize, NULL, &status);
2732 } else if (u_strcmp(ubuf, currFmtResultExpected) != 0) {
2733 log_err("unum_formatDouble result wrong, expected %s, got %s\n", aescstrdup(currFmtResultExpected,-1), aescstrdup(ubuf,ulen));
3037 UChar ubuf[kUBufSize];
3038 int32_t ulen = unum_formatDoubleForFields(unum, itemPtr->value, ubuf, kUBufSize, fpositer, &status);
3049 itemPtr->locale, aescstrdup(ubuf, ulen), fptr->field, fptr->beginPos, fptr->endPos, field, beginPos, endPos);
3052 itemPtr->locale, aescstrdup(ubuf, ulen), field, beginPos, endPos);