/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 1048 String expectedString = "tomorrow"; in TestFields() local 1056 String expectedString = "in 3 days"; in TestFields() local 1067 String expectedString = "next Monday"; in TestFields() local 1075 String expectedString = "in 1.5 weeks"; in TestFields() local 1088 String expectedString = "12 hours ago"; in TestFields() local 1101 String expectedString = "baada ya saa 12"; in TestFields() local 1122 String expectedString = "one hundred years ago"; in TestRBNF() local
|
D | ListFormatterTest.java | 224 String expectedString = "hello, wonderful, and world"; in TestFormattedValue() local 251 String expectedString = "aabbbbbbbccc"; in TestFormattedValue() local 278 String expectedString = "a, b, c, d, e, f, g, h, i"; in TestFormattedValue() local
|
D | FormattedValueTest.java | 149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() 154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 1051 String expectedString = "tomorrow"; in TestFields() local 1059 String expectedString = "in 3 days"; in TestFields() local 1070 String expectedString = "next Monday"; in TestFields() local 1078 String expectedString = "in 1.5 weeks"; in TestFields() local 1091 String expectedString = "12 hours ago"; in TestFields() local 1104 String expectedString = "baada ya saa 12"; in TestFields() local 1125 String expectedString = "one hundred years ago"; in TestRBNF() local
|
D | FormattedValueTest.java | 152 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 370 …const UChar* expectedString = u"27. September 2010 um 15:00\u2009\u2013\u20092. März 2011 um 18:30… in TestFormatToResult() local 396 const UChar* expectedString = u"27. September 2010, 15:00–22:00 Uhr"; in TestFormatToResult() local 440 …const UChar* expectedString = u"27. September 2010 um 15:00\u2009\u2013\u20092. März 2011 um 18:30… in TestFormatCalendarToResult() local 466 const UChar* expectedString = u"27. September 2010, 15:00–22:00 Uhr"; in TestFormatCalendarToResult() local 495 …const UChar* expectedString = u"4. Oktober 1582 um 00:00\u2009\u2013\u200916. Oktober 1582 um 00:0… in TestFormatCalendarToResult() local 529 …const UChar* expectedString = u"14. Oktober 1582 um 00:00\u2009\u2013\u200916. Oktober 1582 um 00:… in TestFormatCalendarToResult() local
|
D | uformattedvaluetst.c | 193 const UChar* expectedString, in checkFormattedValueString() 212 const UChar* expectedString, in checkFormattedValue() 245 const UChar* expectedString, in checkMixedFormattedValue()
|
D | ulistfmttest.c | 146 const UChar* expectedString = u"hello, wonderful, and world"; in TestUListFmtToValue() local 173 const UChar* expectedString = u"A, B, C, D, E, F, and G"; in TestUListFmtToValue() local 227 const UChar* expectedString = u"A, B, or C"; in TestUListOpenStyled() local
|
/third_party/node/test/parallel/ |
D | test-module-loading-globalpaths.js | 35 const runTest = (expectedString, env) => { argument 76 const expectedString = '$PREFIX/lib/node'; constant
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CharsTrieTest.java | 727 String expectedString=data[i].s; in checkFirst() local 762 String expectedString=data[i].s; in checkNext() local 845 String expectedString=data[i].s; in checkNextWithState() local 892 String expectedString=data[i].s; in checkNextWithState64() local 941 String expectedString=data[i].s; in checkNextString() local 971 String expectedString=data[i].s; in checkIterator() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | CharsTrieTest.java | 730 String expectedString=data[i].s; in checkFirst() local 765 String expectedString=data[i].s; in checkNext() local 848 String expectedString=data[i].s; in checkNextWithState() local 895 String expectedString=data[i].s; in checkNextWithState64() local 944 String expectedString=data[i].s; in checkNextString() local 974 String expectedString=data[i].s; in checkIterator() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucharstrietest.cpp | 828 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkFirst() local 864 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNext() local 942 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNextWithState() local 996 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNextWithState64() local 1052 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNextString() local 1093 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkIterator() local
|
D | reldatefmttest.cpp | 1422 const char16_t* expectedString = u"tomorrow"; in TestFields() local 1435 const char16_t* expectedString = u"in 3 days"; in TestFields() local 1451 const char16_t* expectedString = u"next Monday"; in TestFields() local 1464 const char16_t* expectedString = u"in 1.5 weeks"; in TestFields() local 1482 const char16_t* expectedString = u"12 hours ago"; in TestFields() local 1500 const char16_t* expectedString = u"baada ya saa 12"; in TestFields() local 1533 const char16_t* expectedString = u"one hundred years ago"; in TestRBNF() local
|
D | formattedvaluetest.cpp | 170 UnicodeString expectedString, in checkFormattedValue() 203 UnicodeString expectedString, in checkMixedFormattedValue()
|
D | numbertest_range.cpp | 761 const char16_t* expectedString = u"3K – 5K m"; in testFieldPositions() local 791 const char16_t* expectedString = u"87,654,321–98,765,432"; in testFieldPositions() local 818 const char16_t* expectedString = u"~-100"; in testFieldPositions() local
|
D | numfmtdatadriventest.cpp | 380 UnicodeString expectedString = expectedQuantity.toScientificString(); in isParsePass() local 433 UnicodeString expectedString = expectedQuantity.toScientificString(); in isParseCurrencyPass() local
|
D | bytestrietest.cpp | 821 const char *expectedString=data[i].s; in checkNextWithState() local 875 const char *expectedString=data[i].s; in checkNextWithState64() local 931 const char *expectedString=data[i].s; in checkNextString() local
|
D | listformattertest.cpp | 507 const char16_t* expectedString = u"hello, wonderful, and world"; in TestFormattedValue() local 536 const char16_t* expectedString = u"aabbbbbbbccc"; in TestFormattedValue() local 563 const char16_t* expectedString = u"a, b, c, d, e, f, g, h, i"; in TestFormattedValue() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 765 String expectedString = "3K – 5K m"; in testFieldPositions() local 789 String expectedString = "87,654,321–98,765,432"; in testFieldPositions() local 810 String expectedString = "~-100"; in testFieldPositions() local
|
D | DecimalQuantityTest.java | 685 String expectedString = (String) caseDatum[2]; in testScientificAndCompactSuppressedExponent() local 790 String expectedString = "1,23450 millier"; in testCompactNotationFractionPluralOperands() local 860 String expectedString = (String) caseDatum[1]; in testSuppressedExponentUnchangedByInitialScaling() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 729 String expectedString = "3K – 5K m"; in testFieldPositions() local 751 String expectedString = "87,654,321–98,765,432"; in testFieldPositions() local
|
D | DecimalQuantityTest.java | 674 String expectedString = (String) caseDatum[2]; in testCompactDecimalSuppressedExponent() local 766 String expectedString = "1,23450 millier"; in testCompactNotationFractionPluralOperands() local 830 String expectedString = (String) caseDatum[1]; in testSuppressedExponentUnchangedByInitialScaling() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 467 …id doTest(String testString, int start, int gotoffset, int expectedOffset, String expectedString) { in doTest()
|
/third_party/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 222 const UChar* expectedString, in testString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 464 …id doTest(String testString, int start, int gotoffset, int expectedOffset, String expectedString) { in doTest()
|