Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.h444 const UChar *findPreviousCompBoundary(const UChar *start, const UChar *p) const;
Dnormalizer2impl.cpp1221 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), in composeAndAppend()
1308 const UChar *Normalizer2Impl::findPreviousCompBoundary(const UChar *start, const UChar *p) const { in findPreviousCompBoundary() function in Normalizer2Impl