Home | History | Annotate | Download | only in i18n

Lines Matching full:textlimit

829     UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {}
852 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
855 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
857 if(spanLimit == textLimit || (textLimit == NULL && *spanLimit == 0)) {
865 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);