Searched refs:expectedPattern (Results 1 – 2 of 2) sorted by relevance
784 const char *expectedPattern; member813 UnicodeString expectedPattern(testDataPtr->expectedPattern); in testOptions() local823 if (pattern.compare(expectedPattern) != 0) { in testOptions()827 UnicodeString(", expected pattern ") + expectedPattern + in testOptions()
356 const UChar * expectedPattern; member400 … if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) { in TestOptions()406 … u_austrncpy(expectedPatternBytes,testDataPtr->expectedPattern,kTestOptionsPatLenMax), in TestOptions()