Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dmsfmrgts.cpp194 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
692 Formattable *objs = 0; in Test4118592() local
734 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
830 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
873 Formattable objs [] = { in Test4142938() local
/external/icu4c/i18n/
Dchoicfmt.cpp655 ChoiceFormat::format(const Formattable* objs, in format()