• Home
  • Raw
  • Download

Lines Matching refs:formatted

2114         UnicodeString formatted = res.toString(status);  in testFormatMillisecond()  local
2116 if (formatted != kTestCases[i].expected) { in testFormatMillisecond()
2120 i, kTestCases[i].skeleton, formatted.toUTF8String<std::string>(tmp1).c_str(), in testFormatMillisecond()
2169 const FormattedDateInterval& formatted, in getCategoryAndField() argument
2176 while (formatted.nextPosition(cfpos, status)) { in getCategoryAndField()
2183 const FormattedDateInterval& formatted, in verifyCategoryAndField() argument
2189 while (formatted.nextPosition(cfpos, status)) { in verifyCategoryAndField()
2218 FormattedDateInterval formatted; in testTicket21222GregorianEraDiff() local
2235 formatted = g->formatToValue(bothAD, status); in testTicket21222GregorianEraDiff()
2238 formatted.toString(status)); in testTicket21222GregorianEraDiff()
2240 formatted = g->formatToValue(bothBC, status); in testTicket21222GregorianEraDiff()
2243 formatted.toString(status)); in testTicket21222GregorianEraDiff()
2245 formatted = g->formatToValue(BCtoAD, status); in testTicket21222GregorianEraDiff()
2248 formatted.toString(status)); in testTicket21222GregorianEraDiff()
2272 FormattedDateInterval formatted; in testTicket21222ROCEraDiff() local
2293 formatted = roc->formatToValue(bothAfterMG, status); in testTicket21222ROCEraDiff()
2296 formatted.toString(status)); in testTicket21222ROCEraDiff()
2297 getCategoryAndField(formatted, expectedCategory, in testTicket21222ROCEraDiff()
2300 formatted = roc->formatToValue(beforeAfterMG, status); in testTicket21222ROCEraDiff()
2303 formatted.toString(status)); in testTicket21222ROCEraDiff()
2304 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222ROCEraDiff()
2306 formatted = roc->formatToValue(bothBeforeMG, status); in testTicket21222ROCEraDiff()
2309 formatted.toString(status)); in testTicket21222ROCEraDiff()
2310 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222ROCEraDiff()
2335 FormattedDateInterval formatted; in testTicket21222JapaneseEraDiff() local
2356 formatted = japanese->formatToValue(bothAfterReiwa, status); in testTicket21222JapaneseEraDiff()
2359 formatted.toString(status)); in testTicket21222JapaneseEraDiff()
2360 getCategoryAndField(formatted, expectedCategory, in testTicket21222JapaneseEraDiff()
2363 formatted = japanese->formatToValue(bothBeforeReiwa, status); in testTicket21222JapaneseEraDiff()
2366 formatted.toString(status)); in testTicket21222JapaneseEraDiff()
2367 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222JapaneseEraDiff()
2369 formatted = japanese->formatToValue(beforeAfterReiwa, status); in testTicket21222JapaneseEraDiff()
2372 formatted.toString(status)); in testTicket21222JapaneseEraDiff()
2373 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222JapaneseEraDiff()