/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort() argument 873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort() 886 if (stopAt != STOP_AT_LIMIT) { in decomposeShort() 892 } else if (stopAt != STOP_AT_LIMIT && norm16 < minNoNoCompNoMaybeCC) { in decomposeShort() 931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort() 939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
|
D | normalizer2impl.h | 668 StopAt stopAt, UBool onlyContiguous,
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort() argument 873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort() 886 if (stopAt != STOP_AT_LIMIT) { in decomposeShort() 892 } else if (stopAt != STOP_AT_LIMIT && norm16 < minNoNoCompNoMaybeCC) { in decomposeShort() 931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort() 939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
|
D | normalizer2impl.h | 668 StopAt stopAt, UBool onlyContiguous,
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort() argument 873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort() 886 if (stopAt != STOP_AT_LIMIT) { in decomposeShort() 892 } else if (stopAt != STOP_AT_LIMIT && norm16 < minNoNoCompNoMaybeCC) { in decomposeShort() 931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort() 938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort() 939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
|
D | normalizer2impl.h | 668 StopAt stopAt, UBool onlyContiguous,
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 2489 … function isSameScopeDescendentOf(initial: Node, parent: Node | undefined, stopAt: Node): boolean { 2490 …return !!parent && !!findAncestor(initial, n => n === stopAt || isFunctionLike(n) ? "quit" : n ===…
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 46087 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 46088 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|
D | tsc.js | 37724 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 37725 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|
D | tsserver.js | 46098 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 46099 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|
D | typescriptServices.js | 46292 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 46293 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|
D | tsserverlibrary.js | 46292 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 46293 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|
D | typescript.js | 46292 function isSameScopeDescendentOf(initial, parent, stopAt) { argument 46293 …return !!parent && !!ts.findAncestor(initial, function (n) { return n === stopAt || ts.isFunctionL…
|