Home
last modified time | relevance | path

Searched refs:expectedPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Ddtptngts.cpp784 const char *expectedPattern; member
813 UnicodeString expectedPattern(testDataPtr->expectedPattern); in testOptions() local
823 if (pattern.compare(expectedPattern) != 0) { in testOptions()
827 UnicodeString(", expected pattern ") + expectedPattern + in testOptions()
/external/icu4c/test/cintltst/
Dudatpg_test.c356 const UChar * expectedPattern; member
400 … if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) { in TestOptions()
406 … u_austrncpy(expectedPatternBytes,testDataPtr->expectedPattern,kTestOptionsPatLenMax), in TestOptions()