Home
last modified time | relevance | path

Searched refs:kUbufMax (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdattst.c1498 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()
[all …]