Home
last modified time | relevance | path

Searched defs:checkSkeleton (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java394 public void checkSkeleton(SpoofChecker sc, String testName) { in checkSkeleton() method in SpoofCheckerTest
452 void checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) { in checkSkeleton() method in SpoofCheckerTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java391 public void checkSkeleton(SpoofChecker sc, String testName) { in checkSkeleton() method in SpoofCheckerTest
449 void checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) { in checkSkeleton() method in SpoofCheckerTest
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp222 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() function in IntlTestSpoof