HomeSort by relevance Sort by last modified time
    Searched defs:checkSkeleton (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 172 checkSkeleton(sc, type, input, expected, __LINE__); \
247 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 118 checkSkeleton(rsc, "TestOpenFromSourceRules");
399 checkSkeleton(sc, "TestSkeleton");
406 public void checkSkeleton(SpoofChecker sc, String testName) {
412 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName);
414 checkSkeleton(sc, SL, "nochange", "nochange", testName);
415 checkSkeleton(sc, SA, "nochange", "nochange", testName);
416 checkSkeleton(sc, ML, "nochange", "nochange", testName);
417 checkSkeleton(sc, MA, "nochange", "nochange", testName);
418 checkSkeleton(sc, MA, "love", "love", testName);
419 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 114 checkSkeleton(rsc, "TestOpenFromSourceRules");
395 checkSkeleton(sc, "TestSkeleton");
402 public void checkSkeleton(SpoofChecker sc, String testName) {
408 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName);
410 checkSkeleton(sc, SL, "nochange", "nochange", testName);
411 checkSkeleton(sc, SA, "nochange", "nochange", testName);
412 checkSkeleton(sc, ML, "nochange", "nochange", testName);
413 checkSkeleton(sc, MA, "nochange", "nochange", testName);
414 checkSkeleton(sc, MA, "love", "love", testName);
415 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter
    [all...]

Completed in 425 milliseconds