• Home
  • Raw
  • Download

Lines Matching refs:srcLength

212          int32_t srcLength,  in _toTitle()  argument
220 ubrk_setText(csm->iter, src, srcLength, pErrorCode); in _toTitle()
223 src, srcLength, in _toTitle()
236 while(prev<srcLength) { in _toTitle()
244 if(idx==UBRK_DONE || idx>srcLength) { in _toTitle()
245 idx=srcLength; in _toTitle()
346 const UChar *src, int32_t srcLength, in ustr_toLower() argument
355 csc.limit=srcLength; in ustr_toLower()
359 src, &csc, 0, srcLength, in ustr_toLower()
366 const UChar *src, int32_t srcLength, in ustr_toUpper() argument
375 csc.limit=srcLength; in ustr_toUpper()
379 src, &csc, 0, srcLength, in ustr_toUpper()
388 const UChar *src, int32_t srcLength, in ustr_toTitle() argument
401 csc.limit=srcLength; in ustr_toTitle()
405 src, &csc, srcLength, in ustr_toTitle()
418 const UChar *src, int32_t srcLength, in ustr_foldCase() argument
428 while(srcIndex<srcLength) { in ustr_foldCase()
429 U16_NEXT(src, srcIndex, srcLength, c); in ustr_foldCase()
455 const UChar *src, int32_t srcLength, in caseMap() argument
470 srcLength<-1 in caseMap()
477 if(srcLength==-1) { in caseMap()
478 srcLength=u_strlen(src); in caseMap()
484 (dest>=src && dest<(src+srcLength))) in caseMap()
505 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength, in caseMap()
511 csc.limit=srcLength; in caseMap()
517 0, srcLength, in caseMap()
523 0, srcLength, in caseMap()
531 src, &csc, srcLength, in caseMap()
556 const UChar *src, int32_t srcLength, in u_strToLower() argument
563 src, srcLength, in u_strToLower()
569 const UChar *src, int32_t srcLength, in u_strToUpper() argument
576 src, srcLength, in u_strToUpper()
584 const UChar *src, int32_t srcLength, in u_strToTitle() argument
595 src, srcLength, in u_strToTitle()
606 const UChar *src, int32_t srcLength, in ucasemap_toTitle() argument
610 src, srcLength, in ucasemap_toTitle()
618 const UChar *src, int32_t srcLength, in u_strFoldCase() argument
626 src, srcLength, in u_strFoldCase()