Home | History | Annotate | Download | only in i18n

Lines Matching refs:FCDUTF16NFDIterator

852 class FCDUTF16NFDIterator : public UTF16NFDIterator {
854 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
1080 FCDUTF16NFDIterator leftIter(nfcImpl, left, leftLimit);
1081 FCDUTF16NFDIterator rightIter(nfcImpl, right, rightLimit);