• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:kUbufMax

1498 enum { kUbufMax = 64, kBbufMax = 3*kUbufMax };  enumerator
1507 UChar ubuf[kUbufMax]; in TestContext()
1508 …32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status); in TestContext()
1515 len = udat_format(udfmt, july022008, ubuf, kUbufMax, NULL, &status); in TestContext()
1520 … } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) { in TestContext()
1525 …u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) ); in TestContext()
1560 UChar ubuf[kUbufMax]; in TestContext()
1563 int32_t len = udat_format(udfmt, today, ubuf, kUbufMax, NULL, &status); in TestContext()
1568 … } else if (u_strncmp(ubuf, textRelContextItemPtr->expectedFormatToday, kUbufMax) != 0) { in TestContext()
1571 …rncpy(bbuf1,textRelContextItemPtr->expectedFormatToday,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax)… in TestContext()
1578 len = udat_format(udfmt, yesterday, ubuf, kUbufMax, NULL, &status); in TestContext()
1582 … } else if (u_strncmp(ubuf, textRelContextItemPtr->expectedFormatYesterday, kUbufMax) != 0) { in TestContext()
1585 …y(bbuf1,textRelContextItemPtr->expectedFormatYesterday,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax)… in TestContext()
1659 UChar ubuf[kUbufMax]; in TestOverrideNumberFormat()
1698 udat_format(fmt2, july022008, ubuf, kUbufMax, NULL, &status); in TestOverrideNumberFormat()
1701 if (u_strncmp(ubuf, expected, kUbufMax) != 0) in TestOverrideNumberFormat()
1703 u_austrncpy(bbuf1,expected,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) ); in TestOverrideNumberFormat()