Home | History | Annotate | Download | only in i18n

Lines Matching full:textlimit

826     UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {}
849 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
852 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
854 if(spanLimit == textLimit || (textLimit == NULL && *spanLimit == 0)) {
862 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);