Lines Matching full:srclength
518 const UChar* src, int32_t srcLength,
536 srcLength;){
539 U16_NEXT(src,srcIndex,srcLength,ch);
550 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
612 usprep_normalize( const UChar* src, int32_t srcLength,
616 src, srcLength,
667 const UChar* src, int32_t srcLength,
679 if(profile==NULL || src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
696 if(srcLength == -1){
697 srcLength = u_strlen(src);
700 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
713 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);