Searched refs:uspoof_getCheckResultChecks (Results 1 - 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uspoof.h | 231 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult, &status); 262 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult.getAlias(), &status); 1083 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | uspoof.h | 231 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult, &status); 262 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult.getAlias(), &status); 1083 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uspoof.h | 251 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult, &status); 282 * int32_t failures2 = uspoof_getCheckResultChecks(checkResult.getAlias(), &status); 1148 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spooftest.c | 510 TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 818 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks() function
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itspoof.cpp | 661 UBool mixedNumberFailure = ((uspoof_getCheckResultChecks(checkResult, &status) & USPOOF_MIXED_NUMBERS) != 0); in testMixedNumbers()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 976 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 814 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1766 #define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1834 #define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1745 #define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks) macro
|
Completed in 34 milliseconds