Searched refs:findPreviousCompBoundary (Results 1 – 3 of 3) sorted by relevance
575 const UChar *findPreviousCompBoundary(const UChar *start, const UChar *p) const;
1456 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), in composeAndAppend()1549 const UChar *Normalizer2Impl::findPreviousCompBoundary(const UChar *start, const UChar *p) const { in findPreviousCompBoundary() function in Normalizer2Impl
1401 int lastStarterInDest=findPreviousCompBoundary(buffer.getStringBuilder(), in composeAndAppend()2123 private int findPreviousCompBoundary(CharSequence s, int p) { in findPreviousCompBoundary() method