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