Searched refs:removeSuffix (Results 1 – 6 of 6) sorted by relevance
173 static std::string removeSuffix(const std::string& path, in removeSuffix() function243 std::string basePath = removeSuffix(argv[1], ".json"); in main()
304 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1458 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()1581 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()1608 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
298 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer1449 buffer.removeSuffix(buffer.length()-lastStarterInDest); in composeAndAppend()1572 buffer.removeSuffix(prevSrc-prevBoundary); in makeFCD()1599 buffer.removeSuffix(buffer.length()-lastBoundaryInDest); in makeFCDAndAppend()
341 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer1324 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()
191 void removeSuffix(int32_t suffixLength);
327 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