Lines Matching refs:sourceLength
150 int32_t sourceLength,
160 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status);
170 int32_t sourceLength,
177 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
186 int32_t sourceLength,
198 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status);
207 int32_t sourceLength,
215 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
489 int32_t sourceLength,
502 umsg_vparse(fmt,source,sourceLength,count,ap,status);
511 int32_t sourceLength,
521 if(fmt==NULL||source==NULL || sourceLength<-1 || count==NULL){
525 if(sourceLength==-1){
526 sourceLength=u_strlen(source);
529 UnicodeString srcString(source,sourceLength);