Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Model/
DCodeNode.kt10 .removeSuffix("</code>")) in text()
/external/dokka/core/src/main/kotlin/Languages/
DCommonLanguageService.kt90 symbol(separator.removeSuffix(" ")) in renderList()
DJavaLanguageService.kt61 … DocumentationNode(node.name.removeSuffix("Array").toLowerCase(), node.content, NodeKind.Type) in <lambda>()
DNewJavaLanguageService.kt59 … DocumentationNode(node.name.removeSuffix("Array").toLowerCase(), node.content, NodeKind.Type) in <lambda>()
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp211 static Json::String removeSuffix(const Json::String& path, in removeSuffix() function
282 Json::String basePath = removeSuffix(opts.path, ".json"); in runTest()
/external/dokka/core/src/main/kotlin/Kotlin/
DContentBuilder.kt53 … val text = node.text.substring(startDelimiter.length).removeSuffix(startDelimiter) in buildContentTo()
/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp340 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer
1323 buffer.removeSuffix(1); in compose()
1710 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
2258 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD()
2291 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java332 sourceInput = removeSuffix(sourceInput, "main/", "main"); in main()
333 destInput = removeSuffix(destInput, "main/", "main"); in main()
587 private static String removeSuffix(String value, String... suffices) { in removeSuffix() method in CLDRModify
/external/icu/libicu/cts_headers/
Dnormalizer2impl.h191 void removeSuffix(int32_t suffixLength);