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()
292 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1269 buffer.removeSuffix(prevSrc-prevBoundary); in compose()1410 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()1536 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()1563 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
288 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1265 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()
169 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer1309 buffer.removeSuffix((int32_t)(prevSrc-prevBoundary)); in compose()1462 buffer.removeSuffix(destSuffixLength); in composeAndAppend()1741 buffer->removeSuffix((int32_t)(prevSrc-prevBoundary)); in makeFCD()1773 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
172 void removeSuffix(int32_t suffixLength);