Home | History | Annotate | Download | only in intltest

Lines Matching refs:testDataPtr

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