Home
last modified time | relevance | path

Searched defs:isPattern (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocales.java108 PseudoText getText(boolean isPattern) { in getText()
329 private String createMessage(String text, boolean isPattern) { in createMessage()
339 out.addFragment(text.substring(start, match.start()), !isPattern); in createMessage() local
340 out.addFragment(match.group(), isPattern); in createMessage() local
342 out.addFragment(text.substring(start), !isPattern); in createMessage() local
381 private static PseudoText expanding(boolean isPattern) { in expanding()
414 private static PseudoText bidi(boolean isPattern) { in bidi()
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DPatternVisitor.ts35 isPattern(node: TSESTree.Node): boolean; constant
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DPatternVisitor.ts15 public static isPattern( method in PatternVisitor
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js2837 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
2854 pp$3.parseProperty = function(isPattern, refDestructuringErrors) { argument
2905 …pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refD… argument
Dacorn.mjs2831 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
2848 pp$3.parseProperty = function(isPattern, refDestructuringErrors) { argument
2899 pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument