Searched refs:checkSyntaxData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dselfmts.cpp83 UnicodeString checkSyntaxData[SELECT_SYNTAX_DATA] = { local
122 VERBOSE_USTRING(checkSyntaxData[i]);
123 selFmt->applyPattern(checkSyntaxData[i], status);
125 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]+" and expected status="+ u_errorName(expErrorCodes[i]) + " and resulted status="+u_errorName(status));
/external/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp84 UnicodeString checkSyntaxData[SELECT_SYNTAX_DATA] = { local
108 VERBOSE_USTRING(checkSyntaxData[i]);
109 selFmt->applyPattern(checkSyntaxData[i], status);
111 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]);

Completed in 77 milliseconds