Lines Matching refs:objs
206 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
216 Formattable obj = objs[i]; in Test4031438()
247 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i); in Test4031438()
252 delete [] objs; in Test4031438()
704 Formattable *objs = 0; in Test4118592() local
715 objs = mf->parse(formatted, pp, count); in Test4118592()
719 if (objs == NULL) in Test4118592()
723 if(objs[0].getType() == Formattable::kString) in Test4118592()
724 logln((UnicodeString)" " + objs[0].getString(temp)); in Test4118592()
726 …logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592()
727 delete[] objs; in Test4118592()
747 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
752 if (objs[0].getString(str) != "z") in Test4118594()
753 errln("argument0: \"" + objs[0].getString(str) + "\""); in Test4118594()
780 delete [] objs; in Test4118594()
844 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
846 if (objs == NULL) { in Test4120552()
852 delete[] objs; in Test4120552()
887 Formattable objs [] = { in Test4142938() local
891 out = mf->format(objs, 1, out, pos, status); in Test4142938()