Searched refs:removeSuffix (Results 1 – 5 of 5) sorted by relevance
173 static std::string removeSuffix(const std::string& path, in removeSuffix() function243 std::string basePath = removeSuffix(argv[1], ".json"); in main()
287 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1262 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()
283 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1258 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()
167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer1307 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()
170 void removeSuffix(int32_t suffixLength);