Searched refs:fmt_arr (Results 1 – 2 of 2) sorted by relevance
1094 Formattable* fmt_arr = msg.parse( source, count, err ); in testParse() local1095 if (U_FAILURE(err) || (!fmt_arr)) { in testParse()1102 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()1103 && (fmt_arr[1].getType() == Formattable::kString) in testParse()1104 && (fmt_arr[0].getString(tmp1) == "abc") in testParse()1105 && (fmt_arr[1].getString(tmp2) == "def")) { in testParse()1112 delete[] fmt_arr; in testParse()1116 fmt_arr = msg.parse( source, pp, count ); in testParse()1117 if ((pp == 0) || (!fmt_arr)) { in testParse()1124 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()[all …]
1121 Formattable* fmt_arr = msg.parse( source, count, err ); in testParse() local1122 if (U_FAILURE(err) || (!fmt_arr)) { in testParse()1129 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()1130 && (fmt_arr[1].getType() == Formattable::kString) in testParse()1131 && (fmt_arr[0].getString(tmp1) == "abc") in testParse()1132 && (fmt_arr[1].getString(tmp2) == "def")) { in testParse()1139 delete[] fmt_arr; in testParse()1143 fmt_arr = msg.parse( source, pp, count ); in testParse()1144 if ((pp == 0) || (!fmt_arr)) { in testParse()1151 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()[all …]