Lines Matching refs:titleLimit
170 int32_t prev, titleStart, titleLimit, idx, destIndex, length; in ustrcase_internalToTitle() local
218 titleStart=titleLimit=prev; in ustrcase_internalToTitle()
219 U16_NEXT(src, titleLimit, idx, c); in ustrcase_internalToTitle()
223 titleStart=titleLimit; in ustrcase_internalToTitle()
224 if(titleLimit==idx) { in ustrcase_internalToTitle()
231 U16_NEXT(src, titleLimit, idx, c); in ustrcase_internalToTitle()
245 if(titleStart<titleLimit) { in ustrcase_internalToTitle()
248 csc.cpLimit=titleLimit; in ustrcase_internalToTitle()
259 titleLimit++; in ustrcase_internalToTitle()
263 if(titleLimit<idx) { in ustrcase_internalToTitle()
271 titleLimit, idx, in ustrcase_internalToTitle()
275 length=idx-titleLimit; in ustrcase_internalToTitle()
277 uprv_memcpy(dest+destIndex, src+titleLimit, length*U_SIZEOF_UCHAR); in ustrcase_internalToTitle()