Home
last modified time | relevance | path

Searched refs:destSuffixLength (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/icu/source/common/
Dnormalizer2impl.cpp1842 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1843 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1842 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest); in composeAndAppend() local
1843 UnicodeString middle(lastStarterInDest, destSuffixLength); in composeAndAppend()
1844 buffer.removeSuffix(destSuffixLength); in composeAndAppend()
2423 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastBoundaryInDest); in makeFCDAndAppend() local
2424 UnicodeString middle(lastBoundaryInDest, destSuffixLength); in makeFCDAndAppend()
2425 buffer.removeSuffix(destSuffixLength); in makeFCDAndAppend()