Searched refs:testRuntimeErrorPattern (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | messageformat2test.cpp | 597 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() 768 …testRuntimeErrorPattern(++i, ".local $bar = {|42| ~plural} .match {|horse| :string} * {{{$bar}}}", in testResolutionErrors()
|
H A D | messageformat2test.h | 61 void testRuntimeErrorPattern(uint32_t, const UnicodeString&, UErrorCode);
|