Searched refs:CheckResult (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.h109 * Class CheckResult corresponds directly to the plain C API opaque type
112 class CheckResult : public UObject { class in inherits:UObject
114 CheckResult();
115 virtual ~CheckResult();
118 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
119 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
123 // Used to convert this CheckResult to the older int32_t return value API
H A Duspoof.cpp504 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) {
600 CheckResult* ThisCheckResult = CheckResult::validateThis(checkResult, *status);
607 CheckResult stackCheckResult;
733 // CheckResult APIs
738 CheckResult* checkResult = new CheckResult();
749 CheckResult* This = CheckResult::validateThis(checkResult, status);
755 const CheckResult* Thi
[all...]
H A Duspoof_impl.cpp416 // class CheckResult Implementation
420 CheckResult::CheckResult() : fMagic(USPOOF_CHECK_MAGIC) { function in class:CheckResult
424 USpoofCheckResult* CheckResult::asUSpoofCheckResult() {
429 // Incoming parameter check on Status and the CheckResult object
432 const CheckResult* CheckResult::validateThis(const USpoofCheckResult *ptr, UErrorCode &status) {
438 CheckResult *This = (CheckResult*) ptr;
446 CheckResult* CheckResul
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java37 import android.icu.text.SpoofChecker.CheckResult;
110 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
256 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
294 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
303 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
361 SpoofChecker.CheckResult resul
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java36 import com.ibm.icu.text.SpoofChecker.CheckResult;
109 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
255 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
293 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
302 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult();
360 SpoofChecker.CheckResult resul
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java146 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
155 * SpoofChecker.CheckResult checkResult = new SpoofChecker.CheckResult();
421 // Update CheckResult.toString() when a new check is added.
1129 public static class CheckResult { class in class:SpoofChecker
1164 public CheckResult() { method in class:SpoofChecker.CheckResult
1223 public boolean failsChecks(String text, CheckResult checkResult) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java145 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
154 * SpoofChecker.CheckResult checkResult = new SpoofChecker.CheckResult();
449 // Update CheckResult.toString() when a new check is added.
1178 public static class CheckResult { class in class:SpoofChecker
1218 public CheckResult() { method in class:SpoofChecker.CheckResult
1280 public boolean failsChecks(String text, CheckResult checkResult) {
/external/clang/lib/CodeGen/
H A DCGClass.cpp2798 llvm::Value *CheckResult = Builder.CreateExtractValue(CheckedLoad, 1); local
2800 EmitCheck(std::make_pair(CheckResult, SanitizerKind::CFIVCall),

Completed in 114 milliseconds