Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java39 import ohos.global.icu.text.SpoofChecker.CheckResult;
115 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestOpenFromSourceRules()
261 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedLocales()
299 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedChars()
308 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestCheck()
366 SpoofChecker.CheckResult resul in TestSpoofAPI()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java38 import com.ibm.icu.text.SpoofChecker.CheckResult;
112 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestOpenFromSourceRules()
258 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedLocales()
296 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedChars()
305 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestCheck()
363 SpoofChecker.CheckResult resul in TestSpoofAPI()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_impl.h114 * Class CheckResult corresponds directly to the plain C API opaque type
117 class CheckResult : public UObject, class
118 public IcuCApiHelper<USpoofCheckResult, CheckResult, USPOOF_CHECK_MAGIC> {
120 CheckResult();
121 virtual ~CheckResult();
124 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
125 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
129 // Used to convert this CheckResult to the older int32_t return value API
H A Duspoof.cpp555 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
660 CheckResult* ThisCheckResult = CheckResult::validateThis(checkResult, *status); in uspoof_check2UnicodeString()
667 CheckResult stackCheckResult; in uspoof_check2UnicodeString()
793 // CheckResult APIs
798 CheckResult* checkResult = new CheckResult(); in uspoof_openCheckResult()
809 CheckResult* This = CheckResult::validateThis(checkResult, status); in uspoof_closeCheckResult()
815 const CheckResult* Thi in uspoof_getCheckResultChecks()
[all...]
H A Duspoof_impl.cpp441 // class CheckResult Implementation
445 CheckResult::CheckResult() { in CheckResult() function in CheckResult
449 USpoofCheckResult* CheckResult::asUSpoofCheckResult() { in asUSpoofCheckResult()
454 // Incoming parameter check on Status and the CheckResult object
457 const CheckResult* CheckResult::validateThis(const USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
461 CheckResult* CheckResult::validateThis(USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
465 void CheckResult
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duspoof_impl.h115 * Class CheckResult corresponds directly to the plain C API opaque type
118 class CheckResult : public UObject, class
119 public IcuCApiHelper<USpoofCheckResult, CheckResult, USPOOF_CHECK_MAGIC> {
121 CheckResult();
122 virtual ~CheckResult();
125 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
126 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
130 // Used to convert this CheckResult to the older int32_t return value API
H A Duspoof.cpp559 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
664 CheckResult* ThisCheckResult = CheckResult::validateThis(checkResult, *status); in uspoof_check2UnicodeString()
671 CheckResult stackCheckResult; in uspoof_check2UnicodeString()
797 // CheckResult APIs
802 CheckResult* checkResult = new CheckResult(); in uspoof_openCheckResult()
813 CheckResult* This = CheckResult::validateThis(checkResult, status); in uspoof_closeCheckResult()
819 const CheckResult* Thi in uspoof_getCheckResultChecks()
[all...]
H A Duspoof_impl.cpp441 // class CheckResult Implementation
445 CheckResult::CheckResult() { in CheckResult() function in CheckResult
449 USpoofCheckResult* CheckResult::asUSpoofCheckResult() { in asUSpoofCheckResult()
454 // Incoming parameter check on Status and the CheckResult object
457 const CheckResult* CheckResult::validateThis(const USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
461 CheckResult* CheckResult::validateThis(USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
465 void CheckResult
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.h115 * Class CheckResult corresponds directly to the plain C API opaque type
118 class CheckResult : public UObject, class
119 public IcuCApiHelper<USpoofCheckResult, CheckResult, USPOOF_CHECK_MAGIC> {
121 CheckResult();
122 virtual ~CheckResult();
125 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
126 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
130 // Used to convert this CheckResult to the older int32_t return value API
H A Duspoof.cpp644 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
749 CheckResult* ThisCheckResult = CheckResult::validateThis(checkResult, *status); in uspoof_check2UnicodeString()
756 CheckResult stackCheckResult; in uspoof_check2UnicodeString()
955 // CheckResult APIs
960 CheckResult* checkResult = new CheckResult(); in uspoof_openCheckResult()
971 CheckResult* This = CheckResult::validateThis(checkResult, status); in uspoof_closeCheckResult()
977 const CheckResult* Thi in uspoof_getCheckResultChecks()
[all...]
H A Duspoof_impl.cpp441 // class CheckResult Implementation
445 CheckResult::CheckResult() { in CheckResult() function in CheckResult
449 USpoofCheckResult* CheckResult::asUSpoofCheckResult() { in asUSpoofCheckResult()
454 // Incoming parameter check on Status and the CheckResult object
457 const CheckResult* CheckResult::validateThis(const USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
461 CheckResult* CheckResult::validateThis(USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
465 void CheckResult
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp58 typedef bool (*CheckResult)(const void* internalData, std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize); typedef
233 CheckResult checkResult,
241 CheckResult checkResult);
286 CheckResult checkResult);
319 CheckResult checkResult,
329 CheckResult checkResult,
352 CheckResult checkResult,
H A DvktSubgroupsTestsUtils.cpp2652 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTest()
2663 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2894 subgroups::CheckResult checkResult) in makeGeometryFrameBufferTest()
2904 subgroups::CheckResult checkResult, in makeGeometryFrameBufferTestRequiredSubgroupSize()
3465 subgroups::CheckResult checkResult) in makeVertexFrameBufferTest()
3475 subgroups::CheckResult checkResult, in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp58 typedef bool (*CheckResult)(const void* internalData, std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize); typedef
231 CheckResult checkResult,
239 CheckResult checkResult);
284 CheckResult checkResult);
317 CheckResult checkResult,
327 CheckResult checkResult,
350 CheckResult checkResult,
H A DvktSubgroupsTestsUtils.cpp2640 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTest()
2651 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2882 subgroups::CheckResult checkResult) in makeGeometryFrameBufferTest()
2892 subgroups::CheckResult checkResult, in makeGeometryFrameBufferTestRequiredSubgroupSize()
3453 subgroups::CheckResult checkResult) in makeVertexFrameBufferTest()
3463 subgroups::CheckResult checkResult, in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexStateTests.cpp227 CheckResult(triangles, instances); in DoTestDraw()
230 void CheckResult(unsigned int triangles, unsigned int instances) { in CheckResult() function in VertexStateTest
482 CheckResult(1, 4); in TEST_P()
534 CheckResult(1, 4); in TEST_P()
/third_party/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();
483 // Update CheckResult.toString() when a new check is added.
1213 public static class CheckResult { class in SpoofChecker
1251 public CheckResult() { in CheckResult() method in SpoofChecker.CheckResult
1313 public boolean failsChecks(String text, CheckResult checkResult) { in failsChecks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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();
446 // Update CheckResult.toString() when a new check is added.
1156 public static class CheckResult { class in SpoofChecker
1187 public CheckResult() { in CheckResult() method in SpoofChecker.CheckResult
1246 public boolean failsChecks(String text, CheckResult checkResult) { in failsChecks()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 36 milliseconds