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.java292 public void removeSuffix(int suffixLength) { in removeSuffix() method in Normalizer2Impl.ReorderingBuffer
1269 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java288 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.cpp169 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() function in ReorderingBuffer
1309 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()
Dnormalizer2impl.h172 void removeSuffix(int32_t suffixLength);