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