Home
last modified time | relevance | path

Searched refs:expectedFormatted (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h78 const char16_t *expectedFormatted,
85 const char16_t *expectedFormatted,
93 const char16_t *expectedFormatted,
H A Dlistformattertest.cpp257 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithFormatter()
268 if (actual != expectedFormatted) { in RunTestFieldPositionIteratorWithFormatter()
269 errln(UnicodeString("Expected: |") + expectedFormatted + "|, Actual: |" + actual + "|"); in RunTestFieldPositionIteratorWithFormatter()
276 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithNItemsPatternShift()
292 data, n, expected, tupleCount, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift()
297 const char16_t *expectedFormatted, in RunTestFieldPositionIteratorWithNItems()
310 data, n, expected, tupleCount, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItems()
254 RunTestFieldPositionIteratorWithFormatter( ListFormatter* formatter, UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithFormatter() argument
274 RunTestFieldPositionIteratorWithNItemsPatternShift( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItemsPatternShift() argument
295 RunTestFieldPositionIteratorWithNItems( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItems() argument
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs599 // so in those cases we accept an expectedFormatted value of null. Sometimes the results
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()
750 // so in those cases we accept an expectedFormatted valu
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs601 // so in those cases we accept an expectedFormatted value of null. Sometimes the results
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()
768 // so in those cases we accept an expectedFormatted valu
[all...]

Completed in 5 milliseconds