Home
last modified time | relevance | path

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

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test.cpp620 void TestMessageFormat2::testRuntimeWarningPattern(uint32_t testNum, const UnicodeString& s, const … in testRuntimeWarningPattern() function in TestMessageFormat2
743 testRuntimeWarningPattern(++i, "{$oops}", "{$oops}", U_MF_UNRESOLVED_VARIABLE_ERROR); in testResolutionErrors()
745testRuntimeWarningPattern(++i, ".input {$x :number} {{{$x}}}", "{$x}", U_MF_UNRESOLVED_VARIABLE_ER… in testResolutionErrors()
748testRuntimeWarningPattern(++i, "The value is {horse :func}.", "The value is {|horse|}.", U_MF_UNKN… in testResolutionErrors()
749 testRuntimeWarningPattern(++i, ".match {|horse| :func}\n\ in testResolutionErrors()
755 testRuntimeWarningPattern(++i, ".match {|horse| :number}\n\ in testResolutionErrors()
760 testRuntimeWarningPattern(++i, ".match {|horse| :string}\n\ in testResolutionErrors()
773 testRuntimeWarningPattern(++i, ".match {|horse| :number}\n\ in testResolutionErrors()
776 testRuntimeWarningPattern(++i, ".local $sel = {|horse| :number}\n\ in testResolutionErrors()
H A Dmessageformat2test.h62 … void testRuntimeWarningPattern(uint32_t, const UnicodeString&, const UnicodeString&, UErrorCode);