Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtchcfmt.cpp362 UnicodeString* s_a = new UnicodeString[2]; in TestComplexExample() local
363 if (!s_a) { it_errln("*** allocation error."); return; } in TestComplexExample()
364 s_a[0] = "first"; s_a[1] = "second"; in TestComplexExample()
366 form_pat.adoptChoices( d_a, s_a, 2 ); in TestComplexExample()