Home
last modified time | relevance | path

Searched refs:ignore_regex (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/scripts/cpysearch/
DCpy.pm110 our $ignore_regex = "data/out/build|CVS|\\~|\\#|Debug|Release|positions|unidata|sources\.txt|$ignor…
116 return 1 if $filename =~ /$ignore_regex/;
/third_party/node/tools/icu/
Dshrink-icu-src.py51 ignore_regex = re.compile('^.*\.(vcxproj|filters|nrm|icu|dat|xml|txt|ac|guess|m4|in|sub|py|mak)$') variable
76 if ignore_regex.match(file):