Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp173 static std::string removeSuffix(const std::string& path, in removeSuffix() function
243 std::string basePath = removeSuffix(argv[1], ".json"); in main()
/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.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);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java327 sourceInput = removeSuffix(sourceInput, "main/", "main"); in main()
328 destInput = removeSuffix(destInput, "main/", "main"); in main()
595 private static String removeSuffix(String value, String... suffices) { in removeSuffix() method in CLDRModify