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/ |
| D | PseudoLocales.java | 108 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/ |
| D | PatternVisitor.ts | 35 isPattern(node: TSESTree.Node): boolean; constant
|
| /third_party/typescript_eslint/packages/scope-manager/src/referencer/ |
| D | PatternVisitor.ts | 15 public static isPattern( method in PatternVisitor
|
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 2837 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
|
| D | acorn.mjs | 2831 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
|