Home | History | Annotate | Download | only in i18n

Lines Matching full:textlimit

831     UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {}
854 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
857 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
859 if(spanLimit == textLimit || (textLimit == NULL && *spanLimit == 0)) {
867 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);