/third_party/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 215 static Json::String removeSuffix(const Json::String& path, in removeSuffix() function 286 Json::String basePath = removeSuffix(opts.path, ".json"); in runTest()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 298 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer 1449 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend() 1572 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD() 1599 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Normalizer2Impl.java | 304 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer 1458 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend() 1581 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD() 1608 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 340 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer 1457 buffer.removeSuffix(1); in compose() 1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend() 2392 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD() 2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
|
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 341 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer 1324 buffer.removeSuffix(1); in compose() 1711 buffer.removeSuffix(destSuffixLength); in composeAndAppend() 2249 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD() 2282 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
|
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 340 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer 1457 buffer.removeSuffix(1); in compose() 1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend() 2392 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD() 2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
|
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 340 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer 1457 buffer.removeSuffix(1); in compose() 1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend() 2392 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD() 2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
|
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 660 return removeSuffix(noExtension, "/index");
|
D | resolutionCache.ts | 86 return removeSuffix(path, "/.staging") as Path;
|
D | program.ts | 1192 const name = removeSuffix(removePrefix(basename, "lib."), ".d.ts"); 2883 const unqualifiedLibName = removeSuffix(removePrefix(libName, "lib."), ".d.ts");
|
D | core.ts | 2022 export function removeSuffix(str: string, suffix: string): string { function
|
/third_party/typescript/src/services/codefixes/ |
D | importFixes.ts | 986 const baseName = getBaseFileName(removeSuffix(moduleSpecifier, "/index"));
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 954 …? change.nodes.map(n => removeSuffix(format(n), newLineCharacter)).join(change.options!.joiner || …
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 1915 function removeSuffix(str, suffix) { function 1918 ts.removeSuffix = removeSuffix; 107075 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 108544 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 110969 return ts.removeSuffix(path, "/.staging"); 112234 return ts.removeSuffix(noExtension, "/index");
|
D | tsc.js | 1580 function removeSuffix(str, suffix) { function 1583 ts.removeSuffix = removeSuffix; 87966 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 89221 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 91279 return ts.removeSuffix(path, "/.staging"); 92363 return ts.removeSuffix(noExtension, "/index");
|
D | tsserver.js | 1926 function removeSuffix(str, suffix) { function 1929 ts.removeSuffix = removeSuffix; 107086 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 108555 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 110980 return ts.removeSuffix(path, "/.staging"); 112245 return ts.removeSuffix(noExtension, "/index"); 135436 …? change.nodes.map(function (n) { return ts.removeSuffix(format(n), newLineCharacter); }).join(cha… 139166 var baseName = ts.getBaseFileName(ts.removeSuffix(moduleSpecifier, "/index"));
|
D | typescriptServices.js | 2120 function removeSuffix(str, suffix) { function 2123 ts.removeSuffix = removeSuffix; 107280 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 108749 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 111174 return ts.removeSuffix(path, "/.staging"); 112439 return ts.removeSuffix(noExtension, "/index"); 136005 …? change.nodes.map(function (n) { return ts.removeSuffix(format(n), newLineCharacter); }).join(cha… 139735 var baseName = ts.getBaseFileName(ts.removeSuffix(moduleSpecifier, "/index"));
|
D | tsserverlibrary.js | 2120 function removeSuffix(str, suffix) { function 2123 ts.removeSuffix = removeSuffix; 107280 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 108749 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 111174 return ts.removeSuffix(path, "/.staging"); 112439 return ts.removeSuffix(noExtension, "/index"); 136005 …? change.nodes.map(function (n) { return ts.removeSuffix(format(n), newLineCharacter); }).join(cha… 139735 var baseName = ts.getBaseFileName(ts.removeSuffix(moduleSpecifier, "/index"));
|
D | typescript.js | 2120 function removeSuffix(str, suffix) { function 2123 ts.removeSuffix = removeSuffix; 107280 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 108749 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts"); 111174 return ts.removeSuffix(path, "/.staging"); 112439 return ts.removeSuffix(noExtension, "/index"); 136005 …? change.nodes.map(function (n) { return ts.removeSuffix(format(n), newLineCharacter); }).join(cha… 139735 var baseName = ts.getBaseFileName(ts.removeSuffix(moduleSpecifier, "/index"));
|