Home
last modified time | relevance | path

Searched refs:removeSuffix (Results 1 – 23 of 23) sorted by relevance

/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp215 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/
DNormalizer2Impl.java298 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/
DNormalizer2Impl.java304 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/
Dnormalizer2impl.cpp340 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()
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp341 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()
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp340 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()
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp340 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()
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts660 return removeSuffix(noExtension, "/index");
DresolutionCache.ts86 return removeSuffix(path, "/.staging") as Path;
Dprogram.ts1192 const name = removeSuffix(removePrefix(basename, "lib."), ".d.ts");
2883 const unqualifiedLibName = removeSuffix(removePrefix(libName, "lib."), ".d.ts");
Dcore.ts2022 export function removeSuffix(str: string, suffix: string): string { function
/third_party/typescript/src/services/codefixes/
DimportFixes.ts986 const baseName = getBaseFileName(removeSuffix(moduleSpecifier, "/index"));
/third_party/typescript/src/services/
DtextChanges.ts954 …? change.nodes.map(n => removeSuffix(format(n), newLineCharacter)).join(change.options!.joiner || …
/third_party/typescript/lib/
DtypingsInstaller.js1915 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");
Dtsc.js1580 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");
Dtsserver.js1926 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"));
DtypescriptServices.js2120 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"));
Dtsserverlibrary.js2120 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"));
Dtypescript.js2120 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"));