Lines Matching refs:testDataPtr
891 const DTPtnGenOptionsData * testDataPtr = testData; in testOptions() local
893 for (; count-- > 0; ++testDataPtr) { in testOptions()
896 Locale locale(testDataPtr->locale); in testOptions()
897 UnicodeString skel(testDataPtr->skel); in testOptions()
898 UnicodeString expectedPattern(UnicodeString(testDataPtr->expectedPattern).unescape()); in testOptions()
899 UDateTimePatternMatchOptions options = testDataPtr->options; in testOptions()
909 … errln( UnicodeString("ERROR in getBestPattern, locale ") + UnicodeString(testDataPtr->locale) + in testOptions()
1004 const AllFieldsTestItem * testDataPtr = testData; in testAllFieldPatterns() local
1006 for (; itemCount-- > 0; ++testDataPtr) { in testAllFieldPatterns()
1010 skelBuf[chrIndx] = testDataPtr->patternChar; in testAllFieldPatterns()
1013 int32_t skelLen = testDataPtr->fieldLengths[lenIndx]; in testAllFieldPatterns()
1024 … locale.getName(), testDataPtr->patternChar, skelLen, u_errorName(status)); in testAllFieldPatterns()
1027 locale.getName(), testDataPtr->patternChar, skelLen); in testAllFieldPatterns()
1030 UnicodeString mustIncludeOneOf(testDataPtr->mustIncludeOneOf, -1, US_INV); in testAllFieldPatterns()