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);
487 int32_t sourceLength,
500 umsg_vparse(fmt,source,sourceLength,count,ap,status);
509 int32_t sourceLength,
519 if(fmt==nullptr||source==nullptr || sourceLength<-1 || count==nullptr){
523 if(sourceLength==-1){
524 sourceLength=u_strlen(source);
527 UnicodeString srcString(source,sourceLength);