Lines Matching refs:titleLimit
440 int32_t titleLimit=prev; in ustrcase_internalToTitle() local
442 U16_NEXT(src, titleLimit, index, c); in ustrcase_internalToTitle()
451 titleStart=titleLimit; in ustrcase_internalToTitle()
452 if(titleLimit==index) { in ustrcase_internalToTitle()
455 U16_NEXT(src, titleLimit, index, c); in ustrcase_internalToTitle()
467 if(titleStart<titleLimit) { in ustrcase_internalToTitle()
470 csc.cpLimit=titleLimit; in ustrcase_internalToTitle()
474 titleLimit-titleStart, options, edits); in ustrcase_internalToTitle()
493 titleLimit++; in ustrcase_internalToTitle()
502 titleLimit++; in ustrcase_internalToTitle()
507 if(titleLimit<index) { in ustrcase_internalToTitle()
514 src, &csc, titleLimit, index, in ustrcase_internalToTitle()
525 src+titleLimit, index-titleLimit, options, edits); in ustrcase_internalToTitle()