Home
last modified time | relevance | path

Searched refs:replacePath (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DClipStackTest.cpp464 auto replacePath = [](SkClipStack* stack, const SkPath& path, bool doAA) { in test_path_replace() local
480 replacePath(&stack, path, false); in test_path_replace()
482 replacePath(&stack, path, false); in test_path_replace()
491 replacePath(&stack, path, true); in test_path_replace()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/
DCldrValue.java75 public CldrValue replacePath(CldrPath path) { in replacePath() method in CldrValue
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java142 return altValue.replacePath(value.getPath()); in filter()