Searched refs:uspoof_getCheckResultChecks (Results 1 – 8 of 8) sorted by relevance
1243 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
1669 #define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks) macro
497 … TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI()
807 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks() function
638 …UBool mixedNumberFailure = ((uspoof_getCheckResultChecks(checkResult, &status) & USPOOF_MIXED_NUMB… in testMixedNumbers()
2764 return uspoof_getCheckResultChecks(checkResult, status); in uspoof_getCheckResultChecks_android()