Home
last modified time | relevance | path

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

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test.cpp597 void TestMessageFormat2::testRuntimeErrorPattern(uint32_t testNum, const UnicodeString& s, UErrorCo… in testRuntimeErrorPattern() function in TestMessageFormat2
766 testRuntimeErrorPattern(++i, "hello {|4.2| !number}", U_MF_UNSUPPORTED_EXPRESSION_ERROR); in testResolutionErrors()
767 testRuntimeErrorPattern(++i, "{<tag}", U_MF_UNSUPPORTED_EXPRESSION_ERROR); in testResolutionErrors()
768testRuntimeErrorPattern(++i, ".local $bar = {|42| ~plural} .match {|horse| :string} * {{{$bar}}}", in testResolutionErrors()
H A Dmessageformat2test.h61 void testRuntimeErrorPattern(uint32_t, const UnicodeString&, UErrorCode);