Home
last modified time | relevance | path

Searched defs:LineMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dinclusive_language.py99 class LineMatch: class
109 found_words: dict[Path, list[PathMatch | LineMatch]],
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataDumper.java304 private static final class LineMatch { class in IcuDataDumper.IcuDataParser
308 LineMatch(LineType type, Function<Integer, String> args) { in LineMatch() method in IcuDataDumper.IcuDataParser.LineMatch