Searched refs:bExpected (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 4388 char bExpected[kBBufMax]; in TestFormatsWithNumberSystems() local 4414 itemPtr->expectFormat.extract(0, itemPtr->expectFormat.length(), bExpected, kBBufMax); in TestFormatsWithNumberSystems() 4416 …Format::format for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult); in TestFormatsWithNumberSystems() 4421 itemPtr->expectPattern.extract(0, itemPtr->expectPattern.length(), bExpected, kBBufMax); in TestFormatsWithNumberSystems() 4423 …t::toPattern() for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult); in TestFormatsWithNumberSystems()
|