Searched refs:expectedFormatted (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | listformattertest.h | 78 const char16_t *expectedFormatted, 85 const char16_t *expectedFormatted, 93 const char16_t *expectedFormatted,
|
D | listformattertest.cpp | 257 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithFormatter() argument 268 if (actual != expectedFormatted) { in RunTestFieldPositionIteratorWithFormatter() 269 errln(UnicodeString("Expected: |") + expectedFormatted + "|, Actual: |" + actual + "|"); in RunTestFieldPositionIteratorWithFormatter() 276 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithNItemsPatternShift() argument 292 data, n, expected, tupleCount, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift() 297 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithNItems() argument 310 data, n, expected, tupleCount, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItems()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 639 public void Timestamp_Valid(string jsonValue, string expectedFormatted) in Timestamp_Valid() argument 641 expectedFormatted = expectedFormatted ?? jsonValue; in Timestamp_Valid() 644 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString()); in Timestamp_Valid() 740 public void Duration_Valid(string jsonValue, string expectedFormatted) in Duration_Valid() argument 742 expectedFormatted = expectedFormatted ?? jsonValue; in Duration_Valid() 745 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString()); in Duration_Valid()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 641 public void Timestamp_Valid(string jsonValue, string expectedFormatted) in Timestamp_Valid() argument 643 expectedFormatted = expectedFormatted ?? jsonValue; in Timestamp_Valid() 646 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString()); in Timestamp_Valid() 758 public void Duration_Valid(string jsonValue, string expectedFormatted) in Duration_Valid() argument 760 expectedFormatted = expectedFormatted ?? jsonValue; in Duration_Valid() 763 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString()); in Duration_Valid()
|