Lines Matching refs:objs
203 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
213 Formattable obj = objs[i]; in Test4031438()
244 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i); in Test4031438()
249 delete [] objs; in Test4031438()
701 Formattable *objs = 0; in Test4118592() local
712 objs = mf->parse(formatted, pp, count); in Test4118592()
716 if (objs == NULL) in Test4118592()
720 if(objs[0].getType() == Formattable::kString) in Test4118592()
721 logln((UnicodeString)" " + objs[0].getString(temp)); in Test4118592()
723 …logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592()
724 delete[] objs; in Test4118592()
744 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
749 if (objs[0].getString(str) != "z") in Test4118594()
750 errln("argument0: \"" + objs[0].getString(str) + "\""); in Test4118594()
777 delete [] objs; in Test4118594()
841 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
843 if (objs == NULL) { in Test4120552()
849 delete[] objs; in Test4120552()
884 Formattable objs [] = { in Test4142938() local
888 out = mf->format(objs, 1, out, pos, status); in Test4142938()