Home
last modified time | relevance | path

Searched refs:expectedCategory (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dformattedvaluetest.cpp171 UFieldCategory expectedCategory, in checkFormattedValue() argument
176 converted[i].category = expectedCategory; in checkFormattedValue()
225 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue() local
230 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
256 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue() local
261 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
292 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue() local
297 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
Dunits_data_test.cpp41 const char *expectedCategory; in testGetUnitCategory() member
58 assertEquals("category", t.expectedCategory, category.data()); in testGetUnitCategory()
Ditformat.h46 UFieldCategory expectedCategory,
Ddtifmtts.cpp2176 std::vector<int32_t> expectedCategory; in testTicket21222GregorianEraDiff() local
2231 std::vector<int32_t> expectedCategory; in testTicket21222ROCEraDiff() local
2269 getCategoryAndField(formatted, expectedCategory, in testTicket21222ROCEraDiff()
2276 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222ROCEraDiff()
2282 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222ROCEraDiff()
2293 std::vector<int32_t> expectedCategory; in testTicket21222JapaneseEraDiff() local
2332 getCategoryAndField(formatted, expectedCategory, in testTicket21222JapaneseEraDiff()
2339 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222JapaneseEraDiff()
2345 verifyCategoryAndField(formatted, expectedCategory, expectedField, status); in testTicket21222JapaneseEraDiff()
/third_party/icu/icu4c/source/test/cintltst/
Dcformtst.h47 UFieldCategory expectedCategory,
Duformattedvaluetst.c213 UFieldCategory expectedCategory, in checkFormattedValue() argument
226 expectedCategory, ucfpos_getCategory(ucfpos, &ec)); in checkFormattedValue()