Home
last modified time | relevance | path

Searched refs:checkSkeleton (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java110 checkSkeleton(rsc, "TestOpenFromSourceRules"); in TestOpenFromSourceRules()
384 checkSkeleton(sc, "TestSkeleton"); in TestSkeleton()
391 public void checkSkeleton(SpoofChecker sc, String testName) { in checkSkeleton() method in SpoofCheckerTest
397 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName); in checkSkeleton()
399 checkSkeleton(sc, SL, "nochange", "nochange", testName); in checkSkeleton()
400 checkSkeleton(sc, SA, "nochange", "nochange", testName); in checkSkeleton()
401 checkSkeleton(sc, ML, "nochange", "nochange", testName); in checkSkeleton()
402 checkSkeleton(sc, MA, "nochange", "nochange", testName); in checkSkeleton()
403 checkSkeleton(sc, MA, "love", "love", testName); in checkSkeleton()
404 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter l in checkSkeleton()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java113 checkSkeleton(rsc, "TestOpenFromSourceRules"); in TestOpenFromSourceRules()
387 checkSkeleton(sc, "TestSkeleton"); in TestSkeleton()
394 public void checkSkeleton(SpoofChecker sc, String testName) { in checkSkeleton() method in SpoofCheckerTest
400 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName); in checkSkeleton()
402 checkSkeleton(sc, SL, "nochange", "nochange", testName); in checkSkeleton()
403 checkSkeleton(sc, SA, "nochange", "nochange", testName); in checkSkeleton()
404 checkSkeleton(sc, ML, "nochange", "nochange", testName); in checkSkeleton()
405 checkSkeleton(sc, MA, "nochange", "nochange", testName); in checkSkeleton()
406 checkSkeleton(sc, MA, "love", "love", testName); in checkSkeleton()
407 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter l in checkSkeleton()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.h60 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
Ditspoof.cpp147 checkSkeleton(sc, type, input, expected, __LINE__); \
222 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() function in IntlTestSpoof