Lines Matching defs:TestCase
34 static const struct TestCase { in testBasic() struct
35 int32_t flags; in testBasic()
36 const char16_t* inputString; in testBasic()
37 const char16_t* patternString; in testBasic()
38 int32_t expectedCharsConsumed; in testBasic()
39 double expectedResultDouble; in testBasic()
207 static const struct TestCase { in testSeriesMatcher() struct
208 const char16_t* input; in testSeriesMatcher()
209 int32_t expectedOffset; in testSeriesMatcher()
210 bool expectedMaybeMore; in testSeriesMatcher()
260 static const struct TestCase { in testCombinedCurrencyMatcher() struct
261 const char16_t* input; in testCombinedCurrencyMatcher()
262 const char16_t* expectedCurrencyCode; in testCombinedCurrencyMatcher()
263 const char16_t* expectedNoForeignCurrencyCode; in testCombinedCurrencyMatcher()
319 static const struct TestCase { in testAffixPatternMatcher() struct
320 bool exactMatch; in testAffixPatternMatcher()
321 const char16_t* affixPattern; in testAffixPatternMatcher()
322 int32_t expectedMatcherLength; in testAffixPatternMatcher()
323 const char16_t* sampleParseableString; in testAffixPatternMatcher()