Searched defs:isPattern (Results 1 – 3 of 3) 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/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 3164 pp$5.parseObj = function(isPattern, refDestructuringErrors) { argument 3181 pp$5.parseProperty = function(isPattern, refDestructuringErrors) { argument 3240 …pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refD… argument
|
| D | acorn.mjs | 3158 pp$5.parseObj = function(isPattern, refDestructuringErrors) { argument 3175 pp$5.parseProperty = function(isPattern, refDestructuringErrors) { argument 3234 pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument
|