Searched refs:ucfpos_getCategory (Results 1 – 10 of 10) sorted by relevance
155 UFieldCategory _category = ucfpos_getCategory(ucfpos, &status); in AssertAllPartsEqual()226 expectedCategory, ucfpos_getCategory(ucfpos, &ec)); in checkFormattedValue()258 expectedFieldPositions[i].category, ucfpos_getCategory(ucfpos, &ec)); in checkMixedFormattedValue()
491 if (ucfpos_getCategory(cfpos, &status) == UFIELD_CATEGORY_RELATIVE_DATETIME in TestNumericField()546 if (ucfpos_getCategory(cfpos, &status) == UFIELD_CATEGORY_RELATIVE_DATETIME in TestNumericField()
231 ucfpos_getCategory(
593 #define ucfpos_getCategory U_ICU_ENTRY_POINT_RENAME(ucfpos_getCategory) macro
119 ucfpos_getCategory(const UConstrainedFieldPosition* ptr, UErrorCode* ec) { in ucfpos_getCategory() function