Home
last modified time | relevance | path

Searched refs:removeSuffix (Results 1 – 5 of 5) 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.java287 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer
1262 buffer.removeSuffix(prevSrc-prevBoundary); in compose()
1403 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1529 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()
1556 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java283 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer
1258 buffer.removeSuffix(prevSrc-prevBoundary); in compose()
1399 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1525 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()
1552 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer
1307 buffer.removeSuffix((int32_t)(prevSrc-prevBoundary)); in compose()
1460 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
1739 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD()
1771 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
Dnormalizer2impl.h170 void removeSuffix(int32_t suffixLength);