Home
last modified time | relevance | path

Searched defs:pathRegex (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRule.java40 String pathRegex, in staticRule()
50 String pathRegex, in dynamicRule()
141 String pathRegex, in StaticRule()
176 String pathRegex = varString.apply(dynamicVarFn.andThen(varLookupFn)).get(); in getPathPattern() local
/third_party/node/deps/npm/test/fixtures/
Dclean-snapshot.js13 const pathRegex = (p) => new RegExp(normalizePath(p), 'gi') function
52 pathRegex, property
/third_party/node/deps/npm/node_modules/clean-stack/
Dindex.js5 const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.… constant