Lines Matching refs:objs
207 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
217 Formattable obj = objs[i]; in Test4031438()
248 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i); in Test4031438()
253 delete [] objs; in Test4031438()
705 Formattable *objs = 0; in Test4118592() local
716 objs = mf->parse(formatted, pp, count); in Test4118592()
720 if (objs == NULL) in Test4118592()
724 if(objs[0].getType() == Formattable::kString) in Test4118592()
725 logln((UnicodeString)" " + objs[0].getString(temp)); in Test4118592()
727 …logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592()
728 delete[] objs; in Test4118592()
748 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
753 if (objs[0].getString(str) != "z") in Test4118594()
754 errln("argument0: \"" + objs[0].getString(str) + "\""); in Test4118594()
781 delete [] objs; in Test4118594()
845 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
847 if (objs == NULL) { in Test4120552()
853 delete[] objs; in Test4120552()
888 Formattable objs [] = { in Test4142938() local
892 out = mf->format(objs, 1, out, pos, status); in Test4142938()