Searched refs:removeSuffix (Results 1 – 12 of 12) sorted by relevance
/external/dokka/core/src/main/kotlin/Model/ |
D | CodeNode.kt | 10 .removeSuffix("</code>")) in text()
|
/external/dokka/core/src/main/kotlin/Languages/ |
D | CommonLanguageService.kt | 90 symbol(separator.removeSuffix(" ")) in renderList()
|
D | JavaLanguageService.kt | 61 … DocumentationNode(node.name.removeSuffix("Array").toLowerCase(), node.content, NodeKind.Type) in <lambda>()
|
D | NewJavaLanguageService.kt | 59 … DocumentationNode(node.name.removeSuffix("Array").toLowerCase(), node.content, NodeKind.Type) in <lambda>()
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 211 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/ |
D | ContentBuilder.kt | 53 … val text = node.text.substring(startDelimiter.length).removeSuffix(startDelimiter) in buildContentTo()
|
/external/icu/android_icu4j/src/main/java/android/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()
|
/external/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()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 340 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()
|
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 332 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/ |
D | normalizer2impl.h | 191 void removeSuffix(int32_t suffixLength);
|