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()
211 static const struct TestCase { in testSeriesMatcher() struct
212 const char16_t* input; in testSeriesMatcher()
213 int32_t expectedOffset; in testSeriesMatcher()
214 bool expectedMaybeMore; in testSeriesMatcher()
264 static const struct TestCase { in testCombinedCurrencyMatcher() struct
265 const char16_t* input; in testCombinedCurrencyMatcher()
266 const char16_t* expectedCurrencyCode; in testCombinedCurrencyMatcher()
267 const char16_t* expectedNoForeignCurrencyCode; in testCombinedCurrencyMatcher()
323 static const struct TestCase { in testAffixPatternMatcher() struct
324 bool exactMatch; in testAffixPatternMatcher()
325 const char16_t* affixPattern; in testAffixPatternMatcher()
326 int32_t expectedMatcherLength; in testAffixPatternMatcher()
327 const char16_t* sampleParseableString; in testAffixPatternMatcher()