Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp173 removeSuffix( const std::string &path, in removeSuffix() function
260 std::string basePath = removeSuffix( argv[1], ".json" ); in main()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java283 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer
1265 buffer.removeSuffix(prevSrc-prevBoundary); in compose()
1406 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()
1532 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()
1559 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);